Corrected error caused by empty string labels in GDS input; when

a cell is flattened, these were getting the hierarchy prepended
and therefore became non-NULL and tending to screw up things
generally.
This commit is contained in:
Tim Edwards
2021-01-07 21:47:16 -05:00
parent 67d0d8c3f0
commit feeeccecda
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -656,7 +656,7 @@ typedef struct treeFilter
#define TF_LABEL_ATTACH_CORNER 0x3C /* Mask of the four types above */
/* To do: Make the tpath entries dynamically allocated */
#define FLATTERMSIZE 1024 /* Used for generating flattened labels */
#define FLATTERMSIZE 4096 /* Used for generating flattened labels */
/* -------------- Undo information passed to DBPaintPlane ------------- */