소스 검색

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;