[GRASS-SVN] r63354 - grass/branches/releasebranch_7_0/lib/vector/diglib
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 3 02:41:57 PST 2014
Author: mmetz
Date: 2014-12-03 02:41:57 -0800 (Wed, 03 Dec 2014)
New Revision: 63354
Modified:
grass/branches/releasebranch_7_0/lib/vector/diglib/update.c
Log:
diglib: dig_line_add_updated() go back to r57347
Modified: grass/branches/releasebranch_7_0/lib/vector/diglib/update.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/vector/diglib/update.c 2014-12-03 10:41:39 UTC (rev 63353)
+++ grass/branches/releasebranch_7_0/lib/vector/diglib/update.c 2014-12-03 10:41:57 UTC (rev 63354)
@@ -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