Fix function name

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@15181 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-11-29 14:22:22 +00:00
parent 0b8e708263
commit 8482e355f7

View file

@ -193,7 +193,7 @@ static const char _c_id[2] = { _C_ID, NULL };
retSize:size
retOffset:offset];
*/
ok = GSObjCFindInstanceVariable(self, [name cString], type, size, offset);
ok = GSObjCFindVariable(self, [name cString], type, size, offset);
EOFLOGObjectLevelArgs(@"EOGenericRecordKVC",
@"Super InstanceVar named %@:%s",