diff options
| author | James Cook <james@lindenlab.com> | 2010-02-17 11:01:53 -0800 | 
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2010-02-17 11:01:53 -0800 | 
| commit | 53ff6652f08f70fe924398f65b0e289e009d1e8c (patch) | |
| tree | 977ea92bd40c23b263fa2fdd6ccc6e2116efd17b | |
| parent | ffb741f862c9bc3c072bb2c63fb93707940d1d97 (diff) | |
Fix typo, should unbreak Linux/Mac builds
| -rw-r--r-- | indra/newview/llviewermessage.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 6ead920946..5b16347db3 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -2589,7 +2589,7 @@ void process_chat_from_simulator(LLMessageSystem *msg, void **user_data)  	chat.mTime = LLFrameTimer::getElapsedSeconds();  	// IDEVO Correct for new-style "Resident" names -	if (chat.mChatType == CHAT_SOURCE_AGENT) +	if (chat.mSourceType == CHAT_SOURCE_AGENT)  	{  		chat.mFromName = LLCacheName::cleanFullName(from_name);  	}  | 
