Fix build on -stable.

This commit is contained in:
Adam Weinberger 2003-11-21 02:28:44 +00:00
parent 1ccc1fa5fe
commit 5e2f128ab9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94590

View File

@ -0,0 +1,12 @@
--- gucharmap/gucharmap-window.c.orig Thu Nov 20 21:26:42 2003
+++ gucharmap/gucharmap-window.c Thu Nov 20 21:27:03 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')
{