[GRASS-SVN] r43103 - grass/trunk/include/iostream
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 14 13:57:52 EDT 2010
Author: mmetz
Date: 2010-08-14 17:57:52 +0000 (Sat, 14 Aug 2010)
New Revision: 43103
Modified:
grass/trunk/include/iostream/ami_stream.h
Log:
ami_stream.h: LFS for wingrass
Modified: grass/trunk/include/iostream/ami_stream.h
===================================================================
--- grass/trunk/include/iostream/ami_stream.h 2010-08-14 17:57:08 UTC (rev 43102)
+++ grass/trunk/include/iostream/ami_stream.h 2010-08-14 17:57:52 UTC (rev 43103)
@@ -411,7 +411,7 @@
return (st_size / sizeof(T));
#else
- struct stat buf;
+ STRUCT_STAT buf;
if (stat(path, &buf) == -1) {
perror("AMI_STREAM::stream_len(): fstat failed ");
perror(path);
More information about the grass-commit
mailing list