mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
Commit 377e7d2a73
This commit is contained in:
parent
377e7d2a73
commit
d2fd3c6bc4
@ -66,7 +66,7 @@ std::string utf8_to_ascii8(const std::string& utf8_string)
|
||||
{
|
||||
const u8 code = static_cast<u8>(utf8_string[index]);
|
||||
|
||||
if (code == 0)
|
||||
if (!code)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user