GNOME Bugzilla – Bug 127629
doesn't compile with older gcc
Last modified: 2004-12-22 21:47:04 UTC
diff -ru gucharmap-1.2.0.orig/gucharmap/gucharmap-window.c gucharmap-1.2.0/gucharmap/gucharmap-window.c --- gucharmap-1.2.0.orig/gucharmap/gucharmap-window.c 2003-11-18 08:30:12.000000000 -0800 +++ gucharmap-1.2.0/gucharmap/gucharmap-window.c 2003-11-21 10:46:21.000000000 -0800 @@ -113,9 +113,10 @@ { 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') { information_dialog (guw, alert_parent, _("Nothing to search for."));
Thanks.
*** Bug 128937 has been marked as a duplicate of this bug. ***
*** Bug 130272 has been marked as a duplicate of this bug. ***
*** Bug 135958 has been marked as a duplicate of this bug. ***