X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCChasht.c;h=cc467afd7f928a19b799849e75d82e67c1feb816;hb=9d52efe67615c0f03066e626a049303d75127322;hp=e33f08cb28a9c0c9b5c141557078cc015247eb09;hpb=5df1b9a579235d42fcec8a8884808334ed99a246;p=fw%2Fsdcc diff --git a/src/SDCChasht.c b/src/SDCChasht.c index e33f08cb..cc467afd 100644 --- a/src/SDCChasht.c +++ b/src/SDCChasht.c @@ -557,7 +557,7 @@ shash_add (hTab ** h, const char *szKey, const char *szValue) /* First, delete any that currently exist */ hTabDeleteByKey (h, key, szKey, _compare); /* Now add in ours */ - hTabAddItemLong (h, key, gc_strdup (szKey), gc_strdup (szValue)); + hTabAddItemLong (h, key, Safe_strdup (szKey), Safe_strdup (szValue)); } const char *