mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 09:03:51 -05:00
Fixed issue #263
This commit is contained in:
parent
3e4c1546c4
commit
8637d3cb31
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue