From aa0a4e58de57d26c6a4895ae2d167fd72e967768 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 16 Oct 2011 01:39:45 -0400 Subject: * filter.c (trie_filter_string): Fix warning about uninitialized variable (not a bug, but compiler cannot prove that). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index efbb2e04..9874fd3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-10-16 Kaz Kylheku + + * filter.c (trie_filter_string): Fix warning about uninitialized + variable (not a bug, but compiler cannot prove that). + 2011-10-15 Kaz Kylheku Task #11425. Refactoring match_files to make it easier to -- cgit v1.2.3