summaryrefslogtreecommitdiff
path: root/misc/gman/files/patch-gman.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gman/files/patch-gman.c')
-rw-r--r--misc/gman/files/patch-gman.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/gman/files/patch-gman.c b/misc/gman/files/patch-gman.c
index bd5c448d6a55..0b53e1823998 100644
--- a/misc/gman/files/patch-gman.c
+++ b/misc/gman/files/patch-gman.c
@@ -1,5 +1,14 @@
--- gman.c.orig Mon Dec 13 22:25:03 2004
+++ gman.c Mon Dec 13 22:26:54 2004
+@@ -47,7 +47,7 @@
+ pthread_mutex_init(&context_lock,NULL);
+ pthread_mutex_init(&loading_man_path_lock,NULL);
+ init_context();
+- debuging = (int)context->get_value("debuging");
++ debuging = (intptr_t)context->get_value("debuging");
+ pthread_mutex_lock(&gtk_lock);
+ gtk_init (&argc, &argv);
+ window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
@@ -62,6 +62,8 @@
//gtk_main();