[Commits] [wesnoth/wesnoth] bd9e42: Fixed regression where variables with leading _ we...
GitHub
noreply at github.com
Tue Feb 6 01:33:22 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: bd9e423a692d0925e9302d271cd0f1a6736ad339
https://github.com/wesnoth/wesnoth/commit/bd9e423a692d0925e9302d271cd0f1a6736ad339
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-02-06 (Tue, 06 Feb 2018)
Changed paths:
M src/variable_info_private.hpp
Log Message:
-----------
Fixed regression where variables with leading _ were considered invalid (fixes #2418)
Accidental regression from fbb0e0229cf4c870fef69e0b6729e9a1ea69b6fe. The variable validation
code was changed to use config::valid_tag instead of config::valid_attribute, which was the
new name of config::valid_id.
More information about the Commits
mailing list