浏览代码

lib/vector/Vlib: LFS for wingrass

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

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

@@ -771,7 +771,7 @@ int Vect_open_new(struct Map_info *Map, const char *name, int with_z)
 int Vect_coor_info(const struct Map_info *Map, struct Coor_info *Info)
 {
     char buf[2000], path[2000];
-    struct stat stat_buf;
+    STRUCT_STAT stat_buf;
     
     switch (Map->format) {
     case GV_FORMAT_NATIVE: