diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-12-13 16:48:28 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-12-13 16:48:28 +0200 |
commit | 99de75c225b5c74478e7a1b5a761924ef2e51f66 (patch) | |
tree | e8111a1e8d10382410ec55967d0b0f6e009fecf8 /indra/newview | |
parent | ea940a21135c0c8e1b0ab12c2537cb5d3999484b (diff) |
MAINT-3522 FIXED Continue loop after adding Nearby chat history to the list.
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/lllogchat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllogchat.cpp b/indra/newview/lllogchat.cpp index 09eb40d830..d0ecf80706 100755 --- a/indra/newview/lllogchat.cpp +++ b/indra/newview/lllogchat.cpp @@ -575,7 +575,7 @@ void LLLogChat::findTranscriptFiles(std::string pattern, std::vector<std::string //Add Nearby chat history to the list of transcriptions list_of_transcriptions.push_back(gDirUtilp->add(dirname, filename)); LLFile::close(filep); - return; + continue; } char buffer[LOG_RECALL_SIZE]; |