diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-07-03 20:40:41 +0300 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-07-03 20:40:41 +0300 | 
| commit | 49bafc585dfe1504bb39831ff5106eef5ae21c43 (patch) | |
| tree | 734bc9f040b2c6104dddf0d4126467e841f34b0f | |
| parent | 6ca8bf0d5d2a7ff247db2170cd4e13bb0e4b55a2 (diff) | |
SL-13540 Fix line endings
| -rw-r--r-- | indra/newview/llimprocessing.cpp | 18 | 
1 files changed, 9 insertions, 9 deletions
| diff --git a/indra/newview/llimprocessing.cpp b/indra/newview/llimprocessing.cpp index 5c9d53e0b9..79cf49ddb1 100644 --- a/indra/newview/llimprocessing.cpp +++ b/indra/newview/llimprocessing.cpp @@ -1608,15 +1608,15 @@ void LLIMProcessing::requestOfflineMessagesCoro(std::string url)              bin_bucket.push_back(0);          } -        // Todo: once drtsim-451 releases, remove the string option
 -        BOOL from_group;
 -        if (message_data["from_group"].isInteger())
 -        {
 -            from_group = message_data["from_group"].asInteger();
 -        }
 -        else
 -        {
 -            from_group = message_data["from_group"].asString() == "Y";
 +        // Todo: once drtsim-451 releases, remove the string option +        BOOL from_group; +        if (message_data["from_group"].isInteger()) +        { +            from_group = message_data["from_group"].asInteger(); +        } +        else +        { +            from_group = message_data["from_group"].asString() == "Y";          }          LLIMProcessing::processNewMessage( | 
