t4211: demonstrate empty -L range crash
[gitweb.git] / builtin / blame.c
index 20eb439cb875188cdad92624782366d81c6a5dff..1c09d552fa00f6180cd2a49bf713c7e3299c1d28 100644 (file)
@@ -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);
 }