[Commits] [wesnoth/wesnoth] 685e84: Fixed compilation on CB

GitHub noreply at github.com
Sun Jul 9 06:28:11 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 685e84d3dd17709127b6bb237c76048bb763fb7b
      https://github.com/wesnoth/wesnoth/commit/685e84d3dd17709127b6bb237c76048bb763fb7b
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-07-09 (Sun, 09 Jul 2017)

  Changed paths:
    M src/hotkey/command_executor.cpp

  Log Message:
  -----------
  Fixed compilation on CB

It seem strnlen as used before isn't a standard definition and strnlen_s is only available starting with C11
which apparently isn't widely adopted yet for some reason.





More information about the Commits mailing list