From f8b98baa8d18ee08bb345042aef2beee2ccaa300 Mon Sep 17 00:00:00 2001 From: Cinders Date: Sun, 17 Nov 2013 11:43:13 -0700 Subject: [PATCH] prependNewLineState value stored here is never read since this is the end of the message. --- indra/newview/fschathistory.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/indra/newview/fschathistory.cpp b/indra/newview/fschathistory.cpp index a8934a74f2..e1361e294c 100644 --- a/indra/newview/fschathistory.cpp +++ b/indra/newview/fschathistory.cpp @@ -1190,7 +1190,8 @@ void FSChatHistory::appendMessage(const LLChat& chat, const LLSD &args, const LL } appendText(message, prependNewLineState, body_message_params); // FIRE-8600: TAB out of chat history - prependNewLineState = false; + // Uncomment this if we never need to append to the end of a message. [FS:CR] + //prependNewLineState = false; } blockUndo(); // FIRE-8600: TAB out of chat history