diff --git a/VERSION b/VERSION index bd9847a9..fd696242 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.173 +8.3.174 diff --git a/calma/CalmaRead.c b/calma/CalmaRead.c index 9857f8d0..64139209 100644 --- a/calma/CalmaRead.c +++ b/calma/CalmaRead.c @@ -164,6 +164,12 @@ CalmaReadFile(file, filename) static int skipBeforeLib[] = { CALMA_LIBDIRSIZE, CALMA_SRFNAME, CALMA_LIBSECUR, -1 }; + if (EditCellUse == (CellUse *)NULL) + { + TxError("Cannot read GDS: There is no edit cell.\n"); + return + } + /* We will use full cell names as keys in this hash table */ CIFReadCellInit(0);