[GRASS-SVN] r33656 - grass/trunk/vector/v.digit

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 2 13:02:46 EDT 2008


Author: glynn
Date: 2008-10-02 13:02:46 -0400 (Thu, 02 Oct 2008)
New Revision: 33656

Modified:
   grass/trunk/vector/v.digit/driver.c
Log:
Fix bug in driver_move()


Modified: grass/trunk/vector/v.digit/driver.c
===================================================================
--- grass/trunk/vector/v.digit/driver.c	2008-10-02 15:37:38 UTC (rev 33655)
+++ grass/trunk/vector/v.digit/driver.c	2008-10-02 17:02:46 UTC (rev 33656)
@@ -56,8 +56,8 @@
 
     convert(x, y, &xi, &yi);
 
-    curx = x;
-    cury = y;
+    curx = xi;
+    cury = yi;
     lastx = x;
 }
 



More information about the grass-commit mailing list