Skip to content

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
SupSuper committed Nov 13, 2018
1 parent e16a2f5 commit 07cc049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine/Unicode.cpp
Expand Up @@ -75,7 +75,7 @@ void getUtf8Locale()
// Try a UTF-8 locale (or default if none was found)
try
{
utf8 = std::locale(loc);
utf8 = std::locale(loc.c_str());
}
catch (const std::runtime_error &)
{
Expand Down

0 comments on commit 07cc049

Please sign in to comment.