Add missing NULL in blame_grep
authorJeff King <peff@peff.net>
Fri, 20 Feb 2009 03:23:43 +0000 (22:23 -0500)
committerJonas Fonseca <fonseca@diku.dk>
Fri, 20 Feb 2009 14:04:16 +0000 (15:04 +0100)
commitde5969ac01296177d2bf736b8737cdb4181f072d
tree83f0e1b8f8494724695caf893f075a9f0a5610cc
parent920d8d1cdc485bd8222e3cffe9d694037aaab488
Add missing NULL in blame_grep

Commit 436674f introduced a grep_text utility function which
takes a NULL-terminated list; the callsite in blame_grep
forgot to put in a NULL, leading to segmentation faults.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
tig.c