[GRASS-SVN] r52534 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 5 01:12:45 PDT 2012


Author: mmetz
Date: 2012-08-05 01:12:45 -0700 (Sun, 05 Aug 2012)
New Revision: 52534

Modified:
   grass/trunk/lib/vector/Vlib/read_sfa.c
Log:
Vlib: minor bugfix

Modified: grass/trunk/lib/vector/Vlib/read_sfa.c
===================================================================
--- grass/trunk/lib/vector/Vlib/read_sfa.c	2012-08-05 08:11:52 UTC (rev 52533)
+++ grass/trunk/lib/vector/Vlib/read_sfa.c	2012-08-05 08:12:45 UTC (rev 52534)
@@ -107,7 +107,7 @@
         type = V1_read_line_ogr(Map, line_p, line_c, Line->offset);
 
     if (type != Line->type)
-        G_fatal_error(_("Unexpected feature type (%s) - should be (%d)"),
+        G_fatal_error(_("Unexpected feature type (%d) - should be (%d)"),
                       type, Line->type);
 
     return type;



More information about the grass-commit mailing list