[wesnoth-commits] [wesnoth/wesnoth] 9b380c: fix crash when reading .po files

gfgtdf noreply at github.com
Tue Jun 23 22:13:04 UTC 2020


  Branch: refs/heads/1.14
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 9b380c6e20ef44ace64db13cb20d0acb323cdfdf
      https://github.com/wesnoth/wesnoth/commit/9b380c6e20ef44ace64db13cb20d0acb323cdfdf
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2020-06-24 (Wed, 24 Jun 2020)

  Changed paths:
    M src/gettext_boost.cpp

  Log Message:
  -----------
  fix crash when reading .po files

You may _never_ use the std:: file io functions
in wesnoth since they only support acii characters
on windows in filenames. We have fixed this many
times already but apparently the person that added
.po file support wasn't aware of this issue.

fixes #4965





More information about the Commits mailing list