mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 09:30:46 +02:00
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:
@@ -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 ------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user