mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Placeholder class used in strings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7999 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b470126721
commit
a4530c1a88
11 changed files with 822 additions and 315 deletions
|
@ -57,7 +57,7 @@ GSNumberInfoFromObject(NSNumber *o)
|
|||
GSNumberInfo *info;
|
||||
|
||||
if (o == nil)
|
||||
return nil;
|
||||
return 0;
|
||||
c = GSObjCClass(o);
|
||||
info = (GSNumberInfo*)NSMapGet (numberMap, (void*)c);
|
||||
if (info == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue