[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.5.2-20090328-196-ge869033)



The branch, master has been updated
       via  e869033324d7595cc11d42007109a605823e1640 (commit)
      from  c394dc703ac479b4d095b65bdb67526ed6e7c1e0 (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
=========

 gnetlist/src/s_netattrib.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit e869033324d7595cc11d42007109a605823e1640
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    gnetlist: Fix problem with attached net attribute not being honored.
    
    Bug tracked down and fix proposed by Robert Fitzsimons.
    
    Seems to be an artifact introduced by the change to use the new
    attrib API (b4996e267b5d9696f7e8122c40b31482ef852904).
    
    Signed-off-by: Peter Clifton <pcjc2@xxxxxxxxx>
    Tested-by: Robert Fitzsimons <robfitz@xxxxxxxx>

:100644 100644 b813869... 8c7d6c9... M	gnetlist/src/s_netattrib.c

=========
 Changes
=========

commit e869033324d7595cc11d42007109a605823e1640
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    gnetlist: Fix problem with attached net attribute not being honored.
    
    Bug tracked down and fix proposed by Robert Fitzsimons.
    
    Seems to be an artifact introduced by the change to use the new
    attrib API (b4996e267b5d9696f7e8122c40b31482ef852904).
    
    Signed-off-by: Peter Clifton <pcjc2@xxxxxxxxx>
    Tested-by: Robert Fitzsimons <robfitz@xxxxxxxx>

diff --git a/gnetlist/src/s_netattrib.c b/gnetlist/src/s_netattrib.c
index b813869..8c7d6c9 100644
--- a/gnetlist/src/s_netattrib.c
+++ b/gnetlist/src/s_netattrib.c
@@ -279,7 +279,7 @@ char *s_netattrib_net_search (OBJECT * o_current, char *wanted_pin)
 
     start_of_pinlist = char_ptr + 1;
     current_pin = strtok (start_of_pinlist, DELIMITERS);
-    while (current_pin && !return_value) {
+    while (current_pin) {
       if (strcmp (current_pin, wanted_pin) == 0) {
         g_free (return_value);
         return net_name;




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs