[GRASS-SVN] r34291 - in grass/branches/develbranch_6/display: d.extract d.what.vect

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 14 10:42:10 EST 2008


Author: neteler
Date: 2008-11-14 10:42:10 -0500 (Fri, 14 Nov 2008)
New Revision: 34291

Modified:
   grass/branches/develbranch_6/display/d.extract/main.c
   grass/branches/develbranch_6/display/d.what.vect/main.c
Log:
fix

Modified: grass/branches/develbranch_6/display/d.extract/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.extract/main.c	2008-11-14 15:36:25 UTC (rev 34290)
+++ grass/branches/develbranch_6/display/d.extract/main.c	2008-11-14 15:42:10 UTC (rev 34291)
@@ -141,7 +141,7 @@
 	}
     }				/* for of copy table */
 
-    Vect_build(&Out, stdout);
+    Vect_build(&Out);
     Vect_close(&In);
     Vect_close(&Out);
 

Modified: grass/branches/develbranch_6/display/d.what.vect/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.what.vect/main.c	2008-11-14 15:36:25 UTC (rev 34290)
+++ grass/branches/develbranch_6/display/d.what.vect/main.c	2008-11-14 15:42:10 UTC (rev 34291)
@@ -152,7 +152,7 @@
 			      vect[i]);
 
 	    G_message(_("Building spatial index..."));
-	    Vect_build_spatial_index(&Map[i], stderr);
+	    Vect_build_spatial_index(&Map[i]);
 	}
     }
 



More information about the grass-commit mailing list