[GRASS-SVN] r45438 - grass/branches/develbranch_6/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 19 13:45:28 EST 2011


Author: mmetz
Date: 2011-02-19 10:45:27 -0800 (Sat, 19 Feb 2011)
New Revision: 45438

Modified:
   grass/branches/develbranch_6/lib/vector/Vlib/poly.c
Log:
apply patch from #1231

Modified: grass/branches/develbranch_6/lib/vector/Vlib/poly.c
===================================================================
--- grass/branches/develbranch_6/lib/vector/Vlib/poly.c	2011-02-19 18:14:06 UTC (rev 45437)
+++ grass/branches/develbranch_6/lib/vector/Vlib/poly.c	2011-02-19 18:45:27 UTC (rev 45438)
@@ -27,8 +27,8 @@
 
 struct Slink
 {
+    struct Slink *next;
     double x;
-    struct Slink *next;
 };
 
 



More information about the grass-commit mailing list