From dca5f3368d079186be487724d6521f222b7991e9 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Sat, 8 Oct 2005 11:52:19 +0000 Subject: [PATCH] shut up, gcc --- lib/kmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kmp.h b/lib/kmp.h index abbf3b23..99dd5142 100644 --- a/lib/kmp.h +++ b/lib/kmp.h @@ -111,7 +111,7 @@ kmp_enter_string(struct kmp *kmp, const byte *str, uns id) * and uses KMP_GET_RAW to read its input. */ byte buf[3*strlen(str)+1], *str2 = buf; - kmp_char_t c; + kmp_char_t c = 0; do { kmp_get_char(&str, &c, kmp->modify_flags); -- 2.39.2