Fixed compile errors
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1178 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
9baa774216
commit
07c0318493
2 changed files with 1 additions and 2 deletions
|
@ -75,7 +75,7 @@ inline Out Unicode::ANSIToUTF32(In begin, In end, Out output, const std::locale&
|
|||
{
|
||||
wchar_t character = 0;
|
||||
mbtowc(&character, &*begin, 1);
|
||||
Begin++;
|
||||
begin++;
|
||||
*output++ = static_cast<Uint32>(character);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue