diff --git a/colorchord2/chash.c b/colorchord2/chash.c index a5e7c41..717ccf9 100644 --- a/colorchord2/chash.c +++ b/colorchord2/chash.c @@ -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;