mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Thu Feb 11 19:25:00 1999 Manuel Guesdon <mguesdon@sbuilders.com>
* Source/NSObjCRuntime.m: Fixed error in GSGetInstanceVariable name: GSGetIinstanceVariable transformed to GSGetInstanceVariable git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3692 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
63416c11e1
commit
13ba146428
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Feb 11 19:25:00 1999 Manuel Guesdon <mguesdon@sbuilders.com>
|
||||
|
||||
* Source/NSObjCRuntime.m: Fixed error in GSGetInstanceVariable name:
|
||||
GSGetIinstanceVariable transformed to GSGetInstanceVariable
|
||||
|
||||
Thu Feb 11 9:51:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSString.m: Fixed error in property-list parsing - was not
|
||||
|
|
|
@ -73,7 +73,7 @@ NSGetSizeAndAlignment(const char *typePtr, unsigned *sizep, unsigned *alignp)
|
|||
}
|
||||
|
||||
BOOL
|
||||
GSGetIinstanceVariable(id obj, NSString *iVarName, void *data)
|
||||
GSGetInstanceVariable(id obj, NSString *iVarName, void *data)
|
||||
{
|
||||
const char *name = [iVarName cString];
|
||||
Class class;
|
||||
|
|
Loading…
Reference in a new issue