From: Glenn L McGrath Date: Sat, 7 Jun 2003 17:11:00 +0000 (-0000) Subject: Minor correction X-Git-Tag: 1_00_pre1~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9e4617494537a65ecc711003414a4f97eaad8cc;p=platform%2Fupstream%2Fbusybox.git Minor correction --- diff --git a/coreutils/sha1sum.c b/coreutils/sha1sum.c index 8056b1d..c6534b5 100644 --- a/coreutils/sha1sum.c +++ b/coreutils/sha1sum.c @@ -190,7 +190,7 @@ extern int authenticate(int argc, char **argv, void (*hash_ptr)(FILE *stream, un } if (argc == optind) { - argv[argc] = "-"; + argv[argc++] = "-"; } while (optind < argc) {