forgot to add one #ifdef

This commit is contained in:
kr.angelov
2012-10-25 18:37:22 +00:00
parent 4f161ee5b3
commit 0ad2405d69

View File

@@ -675,10 +675,12 @@ pgf_item_copy(PgfItem* item, GuPool* pool, PgfParsing* ps)
}
memcpy(copy, item, sizeof(PgfItem));
#ifdef PGF_COUNTS_DEBUG
if (ps != NULL) {
ps->item_count++;
ps->real_count++;
}
#endif
item->conts->ref_count++;