summaryrefslogtreecommitdiff
path: root/net/gq/files/patch-src::state.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/gq/files/patch-src::state.c')
-rw-r--r--net/gq/files/patch-src::state.c17
1 files changed, 13 insertions, 4 deletions
diff --git a/net/gq/files/patch-src::state.c b/net/gq/files/patch-src::state.c
index 4e80d0bcbfd3..edc09cdb8360 100644
--- a/net/gq/files/patch-src::state.c
+++ b/net/gq/files/patch-src::state.c
@@ -1,6 +1,15 @@
---- src/state.c.orig Thu Jul 29 09:44:27 2004
-+++ src/state.c Thu Jul 29 09:44:51 2004
-@@ -754,7 +754,7 @@
+--- src/state.c.orig 2008-01-09 16:35:12.000000000 +0000
++++ src/state.c 2013-03-06 13:32:20.000000000 +0000
+@@ -36,7 +36,7 @@
+ #include <errno.h>
+
+ #include <glib/gi18n.h>
+-#include <glib/gmessages.h>
++#include <glib.h>
+ #include <gtk/gtk.h>
+
+ #include "configfile.h"
+@@ -806,7 +806,7 @@
}
}
@@ -8,4 +17,4 @@
+ if (n != NULL && v!=NULL && v->type != 0) {
char *ep;
- assert(v);
+ g_assert(v);