From: Karel Zak Date: Thu, 17 Feb 2011 10:56:51 +0000 (+0100) Subject: fsck: fix -C parsing X-Git-Tag: v2.20-rc1~549 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1c2eaac535bd9172a35ce39b6d8f392321f274d;p=thirdparty%2Futil-linux.git fsck: fix -C parsing Reported-by: Steve Grubb Signed-off-by: Karel Zak --- diff --git a/fsck/fsck.c b/fsck/fsck.c index a2dc442501..effc866f35 100644 --- a/fsck/fsck.c +++ b/fsck/fsck.c @@ -1324,8 +1324,8 @@ static void PRS(int argc, char *argv[]) if (progress_fd < 0) progress_fd = 0; else { + ++i; goto next_arg; - i++; } } break;