summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gucharmap/files/gucharmap-1.2.0-gcc2_fix.patch')
-rw-r--r--gnome-extra/gucharmap/files/gucharmap-1.2.0-gcc2_fix.patch13
1 files changed, 0 insertions, 13 deletions
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
deleted file mode 100644
index dd42286d5499..000000000000
--- a/gnome-extra/gucharmap/files/gucharmap-1.2.0-gcc2_fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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')
- {