mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-08 09:09:46 +00:00
Commit 377e7d2a73
This commit is contained in:
parent
377e7d2a73
commit
d2fd3c6bc4
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ std::string utf8_to_ascii8(const std::string& utf8_string)
|
||||||
{
|
{
|
||||||
const u8 code = static_cast<u8>(utf8_string[index]);
|
const u8 code = static_cast<u8>(utf8_string[index]);
|
||||||
|
|
||||||
if (code == 0)
|
if (!code)
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue