mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 04:16:40 -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;
|
||||
QString smcode;
|
||||
QString smfile;
|
||||
while(sm_codes[i] != '{')
|
||||
while(i < sm_codes.length() && sm_codes[i] != '{')
|
||||
{
|
||||
++i;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue