widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #02254
Re: [Merge] lp:~widelands-dev/widelands/bug-1293158 into lp:widelands
the problem was that number of players is a uchar (i.e. 0 <= uchar <= 255). Boost::format() likes to interpret this though as a 'single char'. I merged this and static_cast<int>() the value in question and all is good.
--
https://code.launchpad.net/~widelands-dev/widelands/bug-1293158/+merge/221434
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/bug-1293158.
References