summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgottox@rootkit.lan <gottox@rootkit.lan>2008-01-14 13:43:25 +0100
committergottox@rootkit.lan <gottox@rootkit.lan>2008-01-14 13:43:25 +0100
commitf6967fe5819b82c722fe4270c55f1ea1cb9c7fae (patch)
treef691b2db22374aad205fa6faf728bc647d465cc6
parent9bb4f5d434e82d31fdc2d95450f0727ec64be214 (diff)
smu handles big files correctly now.
-rw-r--r--smu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/smu.c b/smu.c
index 71055e5..dfee8ce 100644
--- a/smu.c
+++ b/smu.c
@@ -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)