changeset 7796:e04c0044c56f

[gaim-migrate @ 8442] Why do I always miss one? committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Sun, 07 Dec 2003 20:49:00 +0000
parents 069ee4ecb56a
children 0fb10479a6a3
files src/stringref.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */