And one more hash key type needed to be changed in the other call
to HashInit().
This commit is contained in:
parent
82106387a6
commit
112e58e371
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue