aboutsummaryrefslogtreecommitdiffstats
path: root/utils/refcounter.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/refcounter.c')
-rw-r--r--utils/refcounter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/refcounter.c b/utils/refcounter.c
index 4712c26b6..d49cf4712 100644
--- a/utils/refcounter.c
+++ b/utils/refcounter.c
@@ -156,7 +156,7 @@ int main(int argc,char **argv)
} else {
/* NO obj at ALL? -- better make one! */
if (*(t+1) != '=') {
- printf("BAD: object %x appears without previous allocation marker!\n", count1_obj->addr);
+ printf("BAD: object %x appears without previous allocation marker!\n", un);
}
curr_obj = count1_obj = alloc_obj(un, 1);
/* put it in the hashtable */