prevent endless loop

This commit is contained in:
Ryozuki 2020-04-14 12:51:48 +02:00
parent 164a887214
commit ea7f3f0a62
No known key found for this signature in database
GPG key ID: 848FCC08E5B89681

View file

@ -921,8 +921,6 @@ public:
while(pCurrent < pBatchEnd)
{
int Character = NextCharacter;
if(!Character)
break;
pCurrent = pTmp;
NextCharacter = str_utf8_decode(&pTmp);