From 0fb565056884df92fa8b4c0e28f06d5c51cb50bc Mon Sep 17 00:00:00 2001 From: Leonardo Boshell Date: Tue, 2 Dec 2003 10:01:39 +0000 Subject: Patch to make it compile under gcc2 --- gnome-extra/gucharmap/files/gucharmap-1.2.0-gcc2_fix.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gnome-extra/gucharmap/files/gucharmap-1.2.0-gcc2_fix.patch (limited to 'gnome-extra/gucharmap/files') diff --git a/gnome-extra/gucharmap/files/gucharmap-1.2.0-gcc2_fix.patch b/gnome-extra/gucharmap/files/gucharmap-1.2.0-gcc2_fix.patch new file mode 100644 index 000000000000..dd42286d5499 --- /dev/null +++ b/gnome-extra/gucharmap/files/gucharmap-1.2.0-gcc2_fix.patch @@ -0,0 +1,13 @@ +diff -NurB 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-12-04 07:38:13.000000000 -0500 ++++ gucharmap-1.2.0/gucharmap/gucharmap-window.c 2003-12-04 07:39:01.000000000 -0500 +@@ -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') + { -- cgit v1.2.3-65-gdbad