From: Florent Bruneau Date: Thu, 2 Oct 2008 19:46:55 +0000 (+0200) Subject: Typo. X-Git-Url: http://git.madism.org/?p=apps%2Fpfixtools.git;a=commitdiff_plain;h=57cc32650e4efd0ae3c6f9b2422a63c06dbdbe88 Typo. Signed-off-by: Florent Bruneau --- diff --git a/postlicyd/tst-filters.c b/postlicyd/tst-filters.c index 4dcbaa8..9b83fad 100644 --- a/postlicyd/tst-filters.c +++ b/postlicyd/tst-filters.c @@ -63,7 +63,7 @@ static char *read_query(const char *basepath, const char *filename, *end = buff + (map.end - map.map); **end = '\0'; } else { - buff[map.end - map.map] = '\0'; + buff[map.end - map.map] = '\0'; } file_map_close(&map); }