[Commits] [wesnoth/wesnoth] 185b65: Disallow specifying file paths with backslashes
GitHub
noreply at github.com
Sun Oct 15 07:40:11 UTC 2017
Branch: refs/heads/no_backslashes
Home: https://github.com/wesnoth/wesnoth
Commit: 185b65782749d74b78a4494f023d7126ecd4c982
https://github.com/wesnoth/wesnoth/commit/185b65782749d74b78a4494f023d7126ecd4c982
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2017-10-15 (Sun, 15 Oct 2017)
Changed paths:
M RELEASE_NOTES
M changelog
M src/filesystem_boost.cpp
Log Message:
-----------
Disallow specifying file paths with backslashes
Backslashes only work on Windows. A UMC author may accidentally use them in
their add-on that won't then work properly on GNU/Linux and macOS.
Just disallow them on all platforms to avoid problems.
More information about the Commits
mailing list