wxWidgets/tests/file
Vadim Zeitlin a03ece4880 Remove st_blocks hack from wxFile::Length() under Linux
This reverts commit 41f6f17d01 ("return 0
(meaning the file is not seekable, as the docs now explain) instead of
4KB for the files in sysfs under Linux") as it seems to be wrong to
return a value different from what "ls -l" or "stat" return here and the
original problem was solved in a better way in the previous commit.

See #9965.

Closes #17818.
2017-12-15 18:46:22 +01:00
..
dir.cpp
filefn.cpp Replace CppUnit with Catch for unit tests 2017-11-02 01:53:16 +01:00
filetest.cpp Remove st_blocks hack from wxFile::Length() under Linux 2017-12-15 18:46:22 +01:00