Oops, that could have been embareassing.
This commit is contained in:
parent
779651da4b
commit
33f33ed9fd
|
@ -133,7 +133,7 @@ void ** HashTableInsert( struct chash * hash, const char * key, int dontDupKey )
|
|||
}
|
||||
else
|
||||
{
|
||||
thisEntry->key = _strdup( key );
|
||||
thisEntry->key = strdup( key );
|
||||
}
|
||||
thisEntry->hash = thisHash;
|
||||
|
||||
|
|
Loading…
Reference in a new issue