[Commits] [wesnoth/wesnoth] b79a88: fixup 20e9706c11f511b5ae48c3ee5666c13e3d3a78c7

GitHub noreply at github.com
Sun Apr 12 05:15:33 UTC 2015


  Branch: refs/heads/1.12
  Home:   https://github.com/wesnoth/wesnoth
  Commit: b79a88d05cb07d996e0c5502e4f1d358289d6201
      https://github.com/wesnoth/wesnoth/commit/b79a88d05cb07d996e0c5502e4f1d358289d6201
  Author: gfgtdf <tischpapier at gmail.com>
  Date:   2015-04-12 (Sun, 12 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.


  Commit: 18557d342e65e84295a033c6d57d16f5b2fbbdf1
      https://github.com/wesnoth/wesnoth/commit/18557d342e65e84295a033c6d57d16f5b2fbbdf1
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
    M src/filesystem_boost.cpp

  Log Message:
  -----------
  fs: Demote a few BFS-specific error log statements to info level

Some of these don't even exist in the legacy non-BFS implementation, but
it's possible they might prove useful for debugging later.

Fixes some spurious errors printed when browsing directories outside the
user's home dir on Linux/*BSD/etc., as well as a few recently introduced
in the GUI2 test suite by commit
db28dca52c078fa4f32d80641c694ddd7a08d876.


Compare: https://github.com/wesnoth/wesnoth/compare/8b72d6c76489...18557d342e65


More information about the Commits mailing list