mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
Minor bugfixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13598 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6b827d691a
commit
02a2da913b
3 changed files with 9 additions and 26 deletions
|
@ -338,7 +338,7 @@ NSFreeMapTable(NSMapTable *table)
|
|||
void *
|
||||
NSMapGet(NSMapTable *table, const void *key)
|
||||
{
|
||||
GSIMapNode n = GSIMapNodeForKey((GSIMapTable)table, (GSIMapKey)key);
|
||||
GSIMapNode n;
|
||||
|
||||
if (table == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue