ALL: synced with ScummVM

This commit is contained in:
Pawel Kolodziejski 2014-12-04 20:46:56 +01:00
parent 3973f8f539
commit 8b8783134f
28 changed files with 355 additions and 260 deletions

View file

@ -345,7 +345,7 @@ Common::String OSystem_SDL::getSystemLanguage() const {
#else // WIN32
// Activating current locale settings
const Common::String locale = setlocale(LC_ALL, "");
// Restore default C locale to prevent issues with
// portability of sscanf(), atof(), etc.
// See bug #3615148