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

gEDA-cvs: pcb.git: branch: master updated (8dc7e84aeb03a98232d55b3bc85752732001b192)



The branch, master has been updated
       via  8dc7e84aeb03a98232d55b3bc85752732001b192 (commit)
      from  6f9fa46f0fbd0127a15f94a69649bafcff039690 (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/move.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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

commit 8dc7e84aeb03a98232d55b3bc85752732001b192
Author: Andrew Poelstra <asp11@xxxxxx>
Commit: Andrew Poelstra <asp11@xxxxxx>

    Fix typo (Polygon++ ==> PolygonN++) in src/move.c
    
    Closes-bug: lp-796059

:100644 100644 3f902b8... 49177e9... M	src/move.c

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

commit 8dc7e84aeb03a98232d55b3bc85752732001b192
Author: Andrew Poelstra <asp11@xxxxxx>
Commit: Andrew Poelstra <asp11@xxxxxx>

    Fix typo (Polygon++ ==> PolygonN++) in src/move.c
    
    Closes-bug: lp-796059

diff --git a/src/move.c b/src/move.c
index 3f902b8..49177e9 100644
--- a/src/move.c
+++ b/src/move.c
@@ -701,7 +701,7 @@ MovePolygonToLayerLowLevel (LayerType *Source, PolygonType *polygon,
   Source->Polygon = g_list_remove (Source->Polygon, polygon);
   Source->PolygonN --;
   Destination->Polygon = g_list_append (Destination->Polygon, polygon);
-  Destination->Polygon ++;
+  Destination->PolygonN ++;
 
   if (!Destination->polygon_tree)
     Destination->polygon_tree = r_create_tree (NULL, 0, 0);




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