blob: a440506fa9ed3fa8b7e1fe186c776dc3797eba83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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);
}
|