Version abc61111

This commit is contained in:
Alan Mishchenko
2006-11-11 08:01:00 -08:00
parent faf1265bb8
commit da5e0785df
60 changed files with 2307 additions and 3854 deletions
+1
View File
@@ -110,6 +110,7 @@ int Nm_ManTableDelete( Nm_Man_t * p, int ObjId )
{
Nm_Entry_t ** ppSpot, * pEntry, * pPrev;
int fRemoved;
p->nEntries--;
// remove the entry from the table Id->Name
assert( Nm_ManTableLookupId(p, ObjId) != NULL );
ppSpot = p->pBinsI2N + Nm_HashNumber(ObjId, p->nBins);