smu handles big files correctly now.

This commit is contained in:
gottox@rootkit.lan 2008-01-14 13:43:25 +01:00
parent 9bb4f5d434
commit f6967fe581

4
smu.c
View file

@ -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)