From f6967fe5819b82c722fe4270c55f1ea1cb9c7fae Mon Sep 17 00:00:00 2001 From: "gottox@rootkit.lan" Date: Mon, 14 Jan 2008 13:43:25 +0100 Subject: [PATCH] smu handles big files correctly now. --- smu.c | 4 ++-- 1 file 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)