GNOME Bugzilla – Bug 128937
gucharmap won't compile (C99 assumption)
Last modified: 2004-12-22 21:47:04 UTC
--- gucharmap-window.c.orig Tue Dec 9 15:13:16 2003 +++ gucharmap-window.c Tue Dec 9 15:13:23 2003 @@ -113,8 +113,8 @@ { const gchar *no_leading_space, *nptr; char *endptr; - g_assert (direction == -1 || direction == 1); gunichar wc; + g_assert (direction == -1 || direction == 1); if (search_text[0] == '\0') {
*** This bug has been marked as a duplicate of 127629 ***
Oops! I'm sorry for the dup. I checked the tracker for the last one I submitted and forgot to check for this one. :\
No problem. Happiness is marking dups in bugzilla.