Fixed issue #263

This commit is contained in:
defnax 2016-02-13 16:15:41 +01:00
parent 3e4c1546c4
commit 8637d3cb31

View file

@ -73,7 +73,7 @@ void Emoticons::load()
int i = 0; int i = 0;
QString smcode; QString smcode;
QString smfile; QString smfile;
while(sm_codes[i] != '{') while(i < sm_codes.length() && sm_codes[i] != '{')
{ {
++i; ++i;
} }