And one more hash key type needed to be changed in the other call

to HashInit().
This commit is contained in:
Tim Edwards 2020-05-29 16:36:07 -04:00
parent 82106387a6
commit 112e58e371
1 changed files with 1 additions and 1 deletions

View File

@ -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);