Save one check in certain situations.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28080 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -161,7 +161,7 @@ UTF8ToCharCode(const char **bytes)
|
|||||||
|
|
||||||
mask <<= 1;
|
mask <<= 1;
|
||||||
if (mask == 0x40)
|
if (mask == 0x40)
|
||||||
break;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mask == 0x40)
|
if (mask == 0x40)
|
||||||
|
|||||||
Reference in New Issue
Block a user