[GRASS-SVN] r52291 - grass/branches/releasebranch_6_4/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 3 09:12:48 PDT 2012


Author: martinl
Date: 2012-07-03 09:12:48 -0700 (Tue, 03 Jul 2012)
New Revision: 52291

Modified:
   grass/branches/releasebranch_6_4/lib/vector/Vlib/open_ogr.c
Log:
vlib: call fatal error when opening OGR links on update mode


Modified: grass/branches/releasebranch_6_4/lib/vector/Vlib/open_ogr.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/vector/Vlib/open_ogr.c	2012-07-03 15:52:42 UTC (rev 52290)
+++ grass/branches/releasebranch_6_4/lib/vector/Vlib/open_ogr.c	2012-07-03 16:12:48 UTC (rev 52291)
@@ -50,7 +50,7 @@
     OGRFeatureDefnH Ogr_featuredefn;
 
     if (update) {
-	G_warning(_("OGR format cannot be updated"));
+	G_fatal_error(_("OGR format cannot be updated"));
 	return -1;
     }
 



More information about the grass-commit mailing list