summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPixel <Pixel>2001-12-12 07:39:41 +0000
committerPixel <Pixel>2001-12-12 07:39:41 +0000
commitb9c5376bb1b0bf8e9bd0589e192220dfe0892bd5 (patch)
treebb799f34c2eff21b9577a72998fd3338d27fca0b /include
parentdfe6f0caffcf811e246c3950623c4a269901b384 (diff)
Still working on it...
Diffstat (limited to 'include')
-rw-r--r--include/CopyJob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CopyJob.h b/include/CopyJob.h
index 2a886c5..3afb098 100644
--- a/include/CopyJob.h
+++ b/include/CopyJob.h
@@ -18,7 +18,7 @@ class CopyJob : public Task {
Handle * s, * d;
bool ds, dd;
ssize_t siz, cursiz;
- char buffer[COPY_BUFSIZ];
+ char buffer[COPY_BUFSIZ + 1];
int r;
};