1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

fix #3151: Save any file with korean would corrupt save file

This commit is contained in:
IntelOrca
2016-03-19 13:55:14 +00:00
parent 3699c42c61
commit ad250d6ab0

View File

@@ -668,6 +668,7 @@ static void utf8_to_rct2_self(char *buffer, size_t length)
} else {
break;
}
i += 3;
} else {
*dst++ = *src++;
i++;