summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1362671)
raw | patch | inline | side by side (parent: 1362671)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 2 May 2006 08:28:02 +0000 (01:28 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 2 May 2006 08:28:02 +0000 (01:28 -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 4be1514a4e5ba386ddd0d9c37bbe6e60000504dd..eb821b41b95ad128d12e2362f9048ff810fa225e 100644 (file)
--- a/builtin-grep.c
+++ b/builtin-grep.c
printf("%s%c", name, sign);
if (opt->linenum)
printf("%d%c", lno, sign);
- printf("%.*s\n", eol-bol, bol);
+ printf("%.*s\n", (int)(eol-bol), bol);
}
static int grep_buffer(struct grep_opt *opt, const char *name,