[GRASS-SVN] r35007 - grass/branches/develbranch_6/doc/vector/v.example

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 23 09:07:31 EST 2008


Author: neteler
Date: 2008-12-23 09:07:31 -0500 (Tue, 23 Dec 2008)
New Revision: 35007

Modified:
   grass/branches/develbranch_6/doc/vector/v.example/main.c
Log:
example fixed (merge from trunk, r35006)

Modified: grass/branches/develbranch_6/doc/vector/v.example/main.c
===================================================================
--- grass/branches/develbranch_6/doc/vector/v.example/main.c	2008-12-23 14:07:14 UTC (rev 35006)
+++ grass/branches/develbranch_6/doc/vector/v.example/main.c	2008-12-23 14:07:31 UTC (rev 35007)
@@ -213,7 +213,7 @@
 			    Fin->database, Fin->driver);
 
     /* Build topology for vector map and close them */
-    Vect_build(&Out, stdout);
+    Vect_build(&Out);
     Vect_close(&In);
     Vect_close(&Out);
     db_close_database_shutdown_driver(driver);



More information about the grass-commit mailing list