28.12.2011, 00:50
Because your string has MAX_PLAYER_NAME as the length. That is 20. If this is your string:
Konta/%s.ini
The %s can be 20, but you also have "Konta/" and ".ini", which are 10 more. Change the string size to 32.
Konta/%s.ini
The %s can be 20, but you also have "Konta/" and ".ini", which are 10 more. Change the string size to 32.