浏览代码

Vlib: minor bugfix

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52534 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 年之前
父节点
当前提交
751ffd5c39
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/vector/Vlib/read_sfa.c

+ 1 - 1
lib/vector/Vlib/read_sfa.c

@@ -107,7 +107,7 @@ int V2_read_line_sfa(struct Map_info *Map, struct line_pnts *line_p,
         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;