[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.7.0-20110116-12-g9b9080e)
The branch, master has been updated
via 9b9080e184607b3cb449a1ccb6082207ed39738f (commit)
from 854581f8b60756ee6bd79b41095084215395469d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
libgeda/src/o_pin_basic.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
=================
Commit Messages
=================
commit 9b9080e184607b3cb449a1ccb6082207ed39738f
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>
libgeda: Don't warn about finding zero length pins on load.
There's no actual reason why zero length pins shouldn't be allowed;
they work fine in gnetlist, and they show up okay in gschem.
Closes-bug: lp-705397
:100644 100644 d3ba3c1... 05f4014... M libgeda/src/o_pin_basic.c
=========
Changes
=========
commit 9b9080e184607b3cb449a1ccb6082207ed39738f
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>
libgeda: Don't warn about finding zero length pins on load.
There's no actual reason why zero length pins shouldn't be allowed;
they work fine in gnetlist, and they show up okay in gschem.
Closes-bug: lp-705397
diff --git a/libgeda/src/o_pin_basic.c b/libgeda/src/o_pin_basic.c
index d3ba3c1..05f4014 100644
--- a/libgeda/src/o_pin_basic.c
+++ b/libgeda/src/o_pin_basic.c
@@ -179,10 +179,6 @@ OBJECT *o_pin_read (TOPLEVEL *toplevel, char buf[],
whichend = 0;
}
- if (x1 == x2 && y1 == y2) {
- s_log_message (_("Found a zero length pin: [ %s ]\n"), buf);
- }
-
if (color < 0 || color > MAX_COLORS) {
s_log_message (_("Found an invalid color [ %s ]\n"), buf);
s_log_message (_("Setting color to default color\n"));
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs