clsptr -> cls.

This commit is contained in:
Jonathan Schleifer 2012-04-08 21:06:46 +02:00
parent 794d352d33
commit 1b72ec95bf
4 changed files with 10 additions and 10 deletions

View file

@ -70,7 +70,7 @@ equal(void *ptr1, void *ptr2)
CFWObject *obj2 = ptr2;
CFWString *str1, *str2;
if (obj2->clsptr != cfw_string)
if (obj2->cls != cfw_string)
return false;
str1 = ptr1;