[Commits] [wesnoth/wesnoth] 5a55d7: fixup 20e9706c11f511b5ae48c3ee5666c13e3d3a78c7
GitHub
noreply at github.com
Thu Apr 9 22:29:10 UTC 2015
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 5a55d7ee012f93045e697eff5f2ea33041254345
https://github.com/wesnoth/wesnoth/commit/5a55d7ee012f93045e697eff5f2ea33041254345
Author: gfgtdf <tischpapier at gmail.com>
Date: 2015-04-10 (Fri, 10 Apr 2015)
Changed paths:
M src/filesystem_boost.cpp
Log Message:
-----------
fixup 20e9706c11f511b5ae48c3ee5666c13e3d3a78c7
that commit changed uintmax_t to be 4 bytes long instead of 8 bytes long in windows which makes us uncapable to read files >4GB.
boost::filesystem::file_size retrun type is boost::uintmax_t so we don't need to include files for this line.
More information about the Commits
mailing list