aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llchatbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llchatbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llchatbar.cpp b/linden/indra/newview/llchatbar.cpp
index 539c935..66ffdc4 100644
--- a/linden/indra/newview/llchatbar.cpp
+++ b/linden/indra/newview/llchatbar.cpp
@@ -447,7 +447,7 @@ void LLChatBar::sendChat( EChatType type )
447 if (!text.empty()) 447 if (!text.empty())
448 { 448 {
449 // store sent line in history, duplicates will get filtered 449 // store sent line in history, duplicates will get filtered
450 mInputEditor->updateHistory(); 450 if (mInputEditor) mInputEditor->updateHistory();
451 // Check if this is destined for another channel 451 // Check if this is destined for another channel
452 S32 channel = 0; 452 S32 channel = 0;
453 stripChannelNumber(text, &channel); 453 stripChannelNumber(text, &channel);