[GRASS-SVN] r35008 -
grass/branches/releasebranch_6_4/doc/vector/v.example
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 23 09:07:43 EST 2008
Author: neteler
Date: 2008-12-23 09:07:43 -0500 (Tue, 23 Dec 2008)
New Revision: 35008
Modified:
grass/branches/releasebranch_6_4/doc/vector/v.example/main.c
Log:
example fixed (merge from trunk, r35006)
Modified: grass/branches/releasebranch_6_4/doc/vector/v.example/main.c
===================================================================
--- grass/branches/releasebranch_6_4/doc/vector/v.example/main.c 2008-12-23 14:07:31 UTC (rev 35007)
+++ grass/branches/releasebranch_6_4/doc/vector/v.example/main.c 2008-12-23 14:07:43 UTC (rev 35008)
@@ -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