After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 127629 - doesn't compile with older gcc
doesn't compile with older gcc
Status: RESOLVED FIXED
Product: gucharmap
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Noah Levitt
Noah Levitt
: 128937 130272 135958 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-11-21 19:13 UTC by Mike Castle
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mike Castle 2003-11-21 19:13:27 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."));
Comment 1 Noah Levitt 2003-11-21 20:15:26 UTC
Thanks.
Comment 2 Noah Levitt 2003-12-09 23:20:55 UTC
*** Bug 128937 has been marked as a duplicate of this bug. ***
Comment 3 Noah Levitt 2003-12-31 21:54:40 UTC
*** Bug 130272 has been marked as a duplicate of this bug. ***
Comment 4 Noah Levitt 2004-03-04 00:05:18 UTC
*** Bug 135958 has been marked as a duplicate of this bug. ***