Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ba79b
)
fsck: fix -C option parsing
author
Eric Sandeen
<sandeen@redhat.com>
Fri, 16 Sep 2011 20:49:18 +0000
(15:49 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Fri, 16 Sep 2011 22:43:04 +0000
(18:43 -0400)
The i++; statement is unreachable; fix same as commit
f1c2eaac535bd9172a35ce39b6d8f392321f274d
in util-linux
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/fsck.c
patch
|
blob
|
history
diff --git
a/misc/fsck.c
b/misc/fsck.c
index
fe9426e
..
9345233
100644
(file)
--- a/
misc/fsck.c
+++ b/
misc/fsck.c
@@
-1179,8
+1179,8
@@
static void PRS(int argc, char *argv[])
if (progress_fd < 0)
progress_fd = 0;
else {
+ ++i;
goto next_arg;
- i++;
}
}
break;