diff --git a/lef/lefWrite.c b/lef/lefWrite.c index 68103644..349bc221 100644 --- a/lef/lefWrite.c +++ b/lef/lefWrite.c @@ -1746,7 +1746,7 @@ LefWriteCell(def, outName, isRoot, lefTech, lefHide) { HashTable propHashTbl; - HashInit(&propHashTbl, 4, HT_WORDKEYS); + HashInit(&propHashTbl, 4, HT_STRINGKEYS); lefGetProperties((ClientData)def, 0, (ClientData)&propHashTbl); lefWriteHeader(def, f, lefTech, &propHashTbl); HashKill(&propHashTbl);