summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2008-10-08 09:31:07 -0700
committerPixel <pixel@nobis-crew.org>2008-10-08 09:31:07 -0700
commite771ca4231f7b7256cbff0eb3ac514267d7427ad (patch)
tree68faaa80c91edaa5963495405f81da418249bed7 /include
parent2d57145f789c3e87cc950c3ceab76870cd98beff (diff)
Fixing ReadJob to work better with partial input buffers.
Diffstat (limited to 'include')
-rw-r--r--include/ReadJob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ReadJob.h b/include/ReadJob.h
index fb2fa32..c7843d5 100644
--- a/include/ReadJob.h
+++ b/include/ReadJob.h
@@ -34,6 +34,7 @@ class ReadJob : public Task {
private:
Handle * s, * d;
const Regex * regex;
+ String buff;
};
#endif