From 99de75c225b5c74478e7a1b5a761924ef2e51f66 Mon Sep 17 00:00:00 2001 From: Mnikolenko ProductEngine Date: Fri, 13 Dec 2013 16:48:28 +0200 Subject: MAINT-3522 FIXED Continue loop after adding Nearby chat history to the list. --- indra/newview/lllogchat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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::vectoradd(dirname, filename)); LLFile::close(filep); - return; + continue; } char buffer[LOG_RECALL_SIZE]; -- cgit v1.2.3