Oops, that could have been embareassing.

This commit is contained in:
Sam Ellicott 2020-05-20 00:10:59 -04:00
parent 779651da4b
commit 33f33ed9fd

View file

@ -133,7 +133,7 @@ void ** HashTableInsert( struct chash * hash, const char * key, int dontDupKey )
} }
else else
{ {
thisEntry->key = _strdup( key ); thisEntry->key = strdup( key );
} }
thisEntry->hash = thisHash; thisEntry->hash = thisHash;