diff options
| author | gottox@rootkit.lan <gottox@rootkit.lan> | 2008-01-14 13:43:25 +0100 |
|---|---|---|
| committer | gottox@rootkit.lan <gottox@rootkit.lan> | 2008-01-14 13:43:25 +0100 |
| commit | f6967fe5819b82c722fe4270c55f1ea1cb9c7fae (patch) | |
| tree | f691b2db22374aad205fa6faf728bc647d465cc6 | |
| parent | 9bb4f5d434e82d31fdc2d95450f0727ec64be214 (diff) | |
smu handles big files correctly now.
| -rw-r--r-- | smu.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -517,8 +517,8 @@ process(const char *begin, const char *end, int newblock) { int main(int argc, char *argv[]) { char *buffer; - int s, len; - unsigned int bsize; + int s; + unsigned long len, bsize; source = stdin; if(argc > 1 && strcmp("-v", argv[1]) == 0) |