[GRASS-SVN] r30380 - grass/trunk/lib/vector/vedit
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 27 15:15:18 EST 2008
Author: martinl
Date: 2008-02-27 15:15:18 -0500 (Wed, 27 Feb 2008)
New Revision: 30380
Modified:
grass/trunk/lib/vector/vedit/select.c
Log:
veditlib: redirect Vect_select_dangle() messages to NULL
Modified: grass/trunk/lib/vector/vedit/select.c
===================================================================
--- grass/trunk/lib/vector/vedit/select.c 2008-02-27 19:38:06 UTC (rev 30379)
+++ grass/trunk/lib/vector/vedit/select.c 2008-02-27 20:15:18 UTC (rev 30380)
@@ -60,7 +60,7 @@
}
case QUERY_DANGLE: {
thresh_tmp = fabs(thresh);
- Vect_select_dangles (Map, type, thresh_tmp, stderr,
+ Vect_select_dangles (Map, type, thresh_tmp, NULL,
List_query);
if (thresh <= 0.0) { /* shorter than */
for(i = 0; i < List_query->n_values; i++) {
More information about the grass-commit
mailing list