freebsd-ports/www/osb-browser/files/patch-src::osb-browser.c
Kirill Ponomarev 1ee32d7edb Fix build on 64bit archs.
PR:		ports/77030
Submitted by:	Florent Thoumie <flz at xbsd dot org>
2005-02-18 11:05:07 +00:00

11 lines
319 B
C

--- src/osb-browser.c.orig Tue Feb 1 11:50:56 2005
+++ src/osb-browser.c Tue Feb 1 11:51:33 2005
@@ -127,7 +127,7 @@
static void
_weak_notify(gpointer data, GObject *was)
{
- g_warning("Destroyed: %s at %x\n", (const char*) data, (int) was);
+ g_warning("Destroyed: %s at %p\n", (const char*) data, was);
}