pkgsrc-wip/muse/patches/patch-ad
Juan Romero Pardines 44273066f4 Fix build with gcc3.
2003-11-26 16:02:59 +00:00

13 lines
484 B
Text

$NetBSD: patch-ad,v 1.1 2003/11/26 16:03:00 xtraeme Exp $
--- gtkgui/listpack.cpp.orig 2003-11-26 16:59:59.000000000 +0100
+++ gtkgui/listpack.cpp 2003-11-26 17:00:17.000000000 +0100
@@ -49,7 +49,7 @@
item->container = container;
item->data = data;
- func("list_add:: item %p item->pos = %u
+ func("list_add:: item %p item->pos = %u \
item->container= %p item->data=%p", item, item->pos,
item->container, item->data);
/**list = g_list_append(*list, (void *) item);*/