From: Robert Spalek Date: Tue, 20 Sep 2005 12:55:32 +0000 (+0000) Subject: bugfix X-Git-Tag: holmes-import~733 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b0315dee7d8eb0875e565781176634dd898cfec2;p=libucw.git bugfix --- diff --git a/lib/kmp.h b/lib/kmp.h index 649ac4dd..419129be 100644 --- a/lib/kmp.h +++ b/lib/kmp.h @@ -117,7 +117,7 @@ kmp_enter_string(struct kmp *kmp, const byte *str, uns id) str2 = utf8_put(str2, c); } while (c); - kmp_enter_raw_string(kmp, str2, id); + kmp_enter_raw_string(kmp, buf, id); } struct kmp_result {