summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-03 20:23:24 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-03 20:23:24 +0200
commit992919c4be2336c5b8f2f0549712c51bd7fb9c03 (patch)
tree45db77d91baa8509edb8a46356d2a42aefe3faa7 /include
parent7af671da43dee7dd07333cab38c181106a328832 (diff)
downloadcrawler-992919c4be2336c5b8f2f0549712c51bd7fb9c03.tar.gz
crawler-992919c4be2336c5b8f2f0549712c51bd7fb9c03.tar.bz2
fixed setting data from source in fetcher modules
Diffstat (limited to 'include')
-rwxr-xr-xinclude/crawler/SpoolRewindInputStream.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crawler/SpoolRewindInputStream.hpp b/include/crawler/SpoolRewindInputStream.hpp
index 523c1b6..5befa71 100755
--- a/include/crawler/SpoolRewindInputStream.hpp
+++ b/include/crawler/SpoolRewindInputStream.hpp
@@ -22,7 +22,7 @@ class spool_streambuf : public std::streambuf
private:
CRAWLER_DLL_VISIBLE int_type underflow( );
- CRAWLER_DLL_VISIBLE void spoolData( size_t n );
+ CRAWLER_DLL_VISIBLE void spoolData( char *data, size_t n );
private:
const size_t m_putBack;