[GRASS-SVN] r33144 - grass/branches/develbranch_6/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 28 18:03:15 EDT 2008


Author: martinl
Date: 2008-08-28 18:03:15 -0400 (Thu, 28 Aug 2008)
New Revision: 33144

Modified:
   grass/branches/develbranch_6/lib/vector/Vlib/read.c
Log:
glynn: Fix stray character (causes compilation failure #ifndef HAVE_OGR)
(merge from trunk, r33138)


Modified: grass/branches/develbranch_6/lib/vector/Vlib/read.c
===================================================================
--- grass/branches/develbranch_6/lib/vector/Vlib/read.c	2008-08-28 21:09:42 UTC (rev 33143)
+++ grass/branches/develbranch_6/lib/vector/Vlib/read.c	2008-08-28 22:03:15 UTC (rev 33144)
@@ -29,7 +29,7 @@
 #ifndef HAVE_OGR
 static int format()
 {
-    G_fatal_error(_("Requested format is not compiled in this version") x);
+    G_fatal_error(_("Requested format is not compiled in this version"));
     return 0;
 }
 #endif



More information about the grass-commit mailing list