Changeset: 1b913eb06824 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/1b913eb06824 Modified Files: gdk/gdk_string.c Branch: ascii-flag Log Message:
Initialize variables. diffs (11 lines): diff --git a/gdk/gdk_string.c b/gdk/gdk_string.c --- a/gdk/gdk_string.c +++ b/gdk/gdk_string.c @@ -6870,6 +6870,7 @@ GDKstrncasecmp(const char *str1, const c if (x2 == NULL && *s2 == 0) return 1; + v1 = v2 = 0; /* get next character from str1 */ if (x1 == NULL) { v1 = casefold[*s1++]; _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org