mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
prevent endless loop
This commit is contained in:
parent
164a887214
commit
ea7f3f0a62
|
@ -921,8 +921,6 @@ public:
|
|||
while(pCurrent < pBatchEnd)
|
||||
{
|
||||
int Character = NextCharacter;
|
||||
if(!Character)
|
||||
break;
|
||||
pCurrent = pTmp;
|
||||
NextCharacter = str_utf8_decode(&pTmp);
|
||||
|
||||
|
|
Loading…
Reference in a new issue