[GRASS-SVN] r45142 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 21 18:57:11 EST 2011
Author: martinl
Date: 2011-01-21 15:57:11 -0800 (Fri, 21 Jan 2011)
New Revision: 45142
Modified:
grass/trunk/lib/vector/Vlib/write.c
Log:
fix accidental commit (r45140)
Modified: grass/trunk/lib/vector/Vlib/write.c
===================================================================
--- grass/trunk/lib/vector/Vlib/write.c 2011-01-21 23:53:53 UTC (rev 45141)
+++ grass/trunk/lib/vector/Vlib/write.c 2011-01-21 23:57:11 UTC (rev 45142)
@@ -192,7 +192,7 @@
off_t ret, offset;
G_debug(3, "Vect_rewrite_line(): name = %s, line = %d", Map->name, line);
- fprintf(stderr, "%s", Map->head);
+
if (!VECT_OPEN(Map))
G_fatal_error(_("Unable to rewrite feature, vector map is not opened"));
More information about the grass-commit
mailing list