[BusyBox-cvs] busybox/coreutils sha1sum.c,1.4,1.5

Glenn McGrath bug1 at busybox.net
Sat Jun 7 17:11:03 UTC 2003


Update of /var/cvs/busybox/coreutils
In directory winder:/tmp/cvs-serv1888/coreutils

Modified Files:
	sha1sum.c 
Log Message:
Minor correction


Index: sha1sum.c
===================================================================
RCS file: /var/cvs/busybox/coreutils/sha1sum.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sha1sum.c	7 Jun 2003 17:06:28 -0000	1.4
+++ sha1sum.c	7 Jun 2003 17:11:00 -0000	1.5
@@ -190,7 +190,7 @@
 	}
 
 	if (argc == optind) {
-		argv[argc] = "-";
+		argv[argc++] = "-";
 	}
 
 	while (optind < argc) {



More information about the busybox-cvs mailing list