Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t4211: demonstrate empty -L range crash
[gitweb.git]
/
builtin
/
blame.c
diff --git
a/builtin/blame.c
b/builtin/blame.c
index 20eb439cb875188cdad92624782366d81c6a5dff..1c09d552fa00f6180cd2a49bf713c7e3299c1d28 100644
(file)
--- a/
builtin/blame.c
+++ b/
builtin/blame.c
@@
-1940,7
+1940,7
@@
static void prepare_blame_range(struct scoreboard *sb,
long lno,
long *bottom, long *top)
{
- if (parse_range_arg(bottomtop, nth_line_cb, sb, lno, bottom, top))
+ if (parse_range_arg(bottomtop, nth_line_cb, sb, lno, bottom, top
, sb->path
))
usage(blame_usage);
}