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 128937 - gucharmap won't compile (C99 assumption)
gucharmap won't compile (C99 assumption)
Status: RESOLVED DUPLICATE of bug 127629
Product: gucharmap
Classification: Core
Component: general
1.2.x
Other Linux
: Normal normal
: ---
Assigned To: Noah Levitt
Noah Levitt
Depends on:
Blocks:
 
 
Reported: 2003-12-09 23:14 UTC by Evan Martin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Evan Martin 2003-12-09 23:14:43 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')
     {
Comment 1 Noah Levitt 2003-12-09 23:20:56 UTC

*** This bug has been marked as a duplicate of 127629 ***
Comment 2 Evan Martin 2003-12-09 23:26:02 UTC
Oops!  I'm sorry for the dup.  I checked the tracker for the last one
I submitted and forgot to check for this one.  :\
Comment 3 Noah Levitt 2003-12-09 23:35:34 UTC
No problem. Happiness is marking dups in bugzilla.