From 57cc32650e4efd0ae3c6f9b2422a63c06dbdbe88 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Thu, 2 Oct 2008 21:46:55 +0200 Subject: [PATCH] Typo. Signed-off-by: Florent Bruneau --- postlicyd/tst-filters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.20.1