summaryrefslogtreecommitdiff
path: root/cad/xcircuit/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'cad/xcircuit/patches/patch-ae')
-rw-r--r--cad/xcircuit/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/xcircuit/patches/patch-ae b/cad/xcircuit/patches/patch-ae
new file mode 100644
index 00000000000..1b29d0f5d80
--- /dev/null
+++ b/cad/xcircuit/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2003/07/10 08:03:58 jtb Exp $
+
+--- elements.c.orig
++++ elements.c
+@@ -436,7 +436,7 @@
+ freelabel(labelbuf);
+ labelbuf = NULL;
+ resolveparams(areastruct.topinstance);
+- if (do_all >= 0)
++ if (do_all > 0)
+ updateinstparam(areastruct.topinstance, do_all);
+ else /* do_all == -1 */
+ calcbbox(areastruct.topinstance);