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:
CaS 2002-05-06 07:15:01 +00:00
parent 6b827d691a
commit 02a2da913b
3 changed files with 9 additions and 26 deletions

View file

@ -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)
{