summaryrefslogtreecommitdiff
path: root/misc/gman/files/patch-gman.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2011-08-26 20:18:25 +0000
committerCy Schubert <cy@FreeBSD.org>2011-08-26 20:18:25 +0000
commit791fda4057ab46b3b5acb12402ba5e8c270a9bd0 (patch)
tree3bcc291ed8c22ed7ea348e1f176e97db322fbd17 /misc/gman/files/patch-gman.c
parent- Updated to 0.25 (diff)
Update from patch level 2 to patch level 5.
Assume maintainership of this port.
Diffstat (limited to '')
-rw-r--r--misc/gman/files/patch-gman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gman/files/patch-gman.c b/misc/gman/files/patch-gman.c
index 0b53e1823998..fc20386df7e4 100644
--- a/misc/gman/files/patch-gman.c
+++ b/misc/gman/files/patch-gman.c
@@ -4,7 +4,7 @@
pthread_mutex_init(&context_lock,NULL);
pthread_mutex_init(&loading_man_path_lock,NULL);
init_context();
-- debuging = (int)context->get_value("debuging");
+- debuging = (long)context->get_value("debuging");
+ debuging = (intptr_t)context->get_value("debuging");
pthread_mutex_lock(&gtk_lock);
gtk_init (&argc, &argv);