src/stringref.c

changeset 7796
d483275b2421
parent 7795
b0bb9c8c2795
child 8046
c581b20a47d6
--- a/src/stringref.c	Sun Dec 07 20:44:07 2003 +0000
+++ b/src/stringref.c	Sun Dec 07 20:49:00 2003 +0000
@@ -124,7 +124,7 @@
 {
 #ifdef DEBUG
 	if (REFCOUNT(stringref->ref) != 0) {
-		gaim_debug(GAIM_DEBUG_ERROR, "stringref", "Free of nonzero (%d) ref stringref!\n", stringref->ref);
+		gaim_debug(GAIM_DEBUG_ERROR, "stringref", "Free of nonzero (%d) ref stringref!\n", REFCOUNT(stringref->ref));
 		return;
 	}
 #endif /* DEBUG */

mercurial