Fixed typo in test for WX_STATVFS_T

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2003-01-17 14:02:25 +00:00
parent b448f30e9c
commit e107213f89

View File

@@ -3297,7 +3297,7 @@ else
],
[
long l;
statvfs_t fs;
struct statvfs fs;
statvfs("/", &fs);
l = fs.f_bsize;
l += fs.f_blocks;