[GRASS-SVN] r63353 - grass/trunk/lib/vector/diglib

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 3 02:41:40 PST 2014


Author: mmetz
Date: 2014-12-03 02:41:39 -0800 (Wed, 03 Dec 2014)
New Revision: 63353

Modified:
   grass/trunk/lib/vector/diglib/update.c
Log:
diglib: dig_line_add_updated() go back to r57347

Modified: grass/trunk/lib/vector/diglib/update.c
===================================================================
--- grass/trunk/lib/vector/diglib/update.c	2014-12-03 10:15:26 UTC (rev 63352)
+++ grass/trunk/lib/vector/diglib/update.c	2014-12-03 10:41:39 UTC (rev 63353)
@@ -42,8 +42,7 @@
 
     /* Check if already in list */
     for (i = 0; i < Plus->uplist.n_uplines; i++) {
-	if (Plus->uplist.uplines[i] == line && 
-	    Plus->uplist.uplines_offset[i] == offset) {
+	if (Plus->uplist.uplines[i] == line) {
             G_debug(3, "\tskipped");
 	    return;
         }



More information about the grass-commit mailing list