Corrected careless error from yesterday's commit that causes "gds read"
to crash.
This commit is contained in:
parent
80fa495103
commit
1a882bf2d7
|
|
@ -345,11 +345,11 @@ calmaParseStructure(filename)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
cifReadCellDef = calmaFindCell(strname, &was_called);
|
cifReadCellDef = calmaFindCell(strname, &was_called);
|
||||||
def->cd_flags &= ~CDDEREFERENCE;
|
|
||||||
DBCellClearDef(cifReadCellDef);
|
DBCellClearDef(cifReadCellDef);
|
||||||
DBCellSetAvail(cifReadCellDef);
|
DBCellSetAvail(cifReadCellDef);
|
||||||
HashSetValue(he, cifReadCellDef);
|
HashSetValue(he, cifReadCellDef);
|
||||||
cifCurReadPlanes = cifSubcellPlanes;
|
cifCurReadPlanes = cifSubcellPlanes;
|
||||||
|
cifReadCellDef->cd_flags &= ~CDDEREFERENCE;
|
||||||
|
|
||||||
/* Done with strname */
|
/* Done with strname */
|
||||||
if (strname != NULL) freeMagic(strname);
|
if (strname != NULL) freeMagic(strname);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue