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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 14 14:07:37 EDT 2010


Author: mmetz
Date: 2010-08-14 18:07:36 +0000 (Sat, 14 Aug 2010)
New Revision: 43112

Modified:
   grass/trunk/lib/vector/Vlib/open.c
Log:
lib/vector/Vlib: LFS for wingrass

Modified: grass/trunk/lib/vector/Vlib/open.c
===================================================================
--- grass/trunk/lib/vector/Vlib/open.c	2010-08-14 18:06:28 UTC (rev 43111)
+++ grass/trunk/lib/vector/Vlib/open.c	2010-08-14 18:07:36 UTC (rev 43112)
@@ -771,7 +771,7 @@
 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:



More information about the grass-commit mailing list