summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5acd64e)
raw | patch | inline | side by side (parent: 5acd64e)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 10 May 2006 01:15:21 +0000 (18:15 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 10 May 2006 01:15:21 +0000 (18:15 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-grep.c | patch | blob | history |
diff --git a/builtin-grep.c b/builtin-grep.c
index 26a3fc387ff0def55ce29494840b4e3437f6bbc2..d290074af28e0eb84fac25011da67a5ddd02b798 100644 (file)
--- a/builtin-grep.c
+++ b/builtin-grep.c
/* The rest are paths */
if (!seen_dashdash) {
int j;
- for (j = i; j < argc; i++)
+ for (j = i; j < argc; j++)
verify_filename(prefix, argv[j]);
}