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

gEDA-cvs: pcb.git: branch: master updated (09aab0bb01e914cc773d2115292695645f561bd5)



The branch, master has been updated
       via  09aab0bb01e914cc773d2115292695645f561bd5 (commit)
      from  11700ba8c3c951a788c8190073eb09822060dfdd (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
=========

 src/djopt.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


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

commit 09aab0bb01e914cc773d2115292695645f561bd5
Author: Dima Kogan <dima@xxxxxxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    fixed an instance of the "only-optimize-autorouted" flag being ignored
    
    Signed-off-by: Dima Kogan <dima@xxxxxxxxxxxxxxx>

:100644 100644 1d8332d... 7b5a223... M	src/djopt.c

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

commit 09aab0bb01e914cc773d2115292695645f561bd5
Author: Dima Kogan <dima@xxxxxxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    fixed an instance of the "only-optimize-autorouted" flag being ignored
    
    Signed-off-by: Dima Kogan <dima@xxxxxxxxxxxxxxx>

diff --git a/src/djopt.c b/src/djopt.c
index 1d8332d..7b5a223 100644
--- a/src/djopt.c
+++ b/src/djopt.c
@@ -2988,6 +2988,9 @@ ActionDJopt (int argc, char **argv, Coord x, Coord y)
 	{
 	  line_s *ls;
 
+          if(autorouted_only && !autorouted (line))
+            continue;
+
 	  /* don't mess with thermals */
 	  if (TEST_FLAG (USETHERMALFLAG, line))
 	    continue;




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