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:
@@ -3297,7 +3297,7 @@ else
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
long l;
|
long l;
|
||||||
statvfs_t fs;
|
struct statvfs fs;
|
||||||
statvfs("/", &fs);
|
statvfs("/", &fs);
|
||||||
l = fs.f_bsize;
|
l = fs.f_bsize;
|
||||||
l += fs.f_blocks;
|
l += fs.f_blocks;
|
||||||
|
Reference in New Issue
Block a user