diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-03-29 15:33:48 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-03-29 15:33:48 -0400 |
commit | b1b5a11bb0f581e66a2922841920d5fb40755bac (patch) | |
tree | 0d9192ee19fc6abbffc8e82e8895f7a78e9cfa14 /indra/llmessage | |
parent | 3ce8365062ff887f85ffb843d11d84038651b0a4 (diff) |
EXT-3075 : Remove swear words from comments across viewer
This bugs me in a minor way. Did a search-and-cleanup on various swear words.
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/lltransfersourceasset.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/lltransfersourceasset.cpp b/indra/llmessage/lltransfersourceasset.cpp index 8f36d516d7..abfb432020 100644 --- a/indra/llmessage/lltransfersourceasset.cpp +++ b/indra/llmessage/lltransfersourceasset.cpp @@ -131,7 +131,7 @@ LLTSCode LLTransferSourceAsset::dataCallback(const S32 packet_id, *data_handle = tmpp; if (!vf.read(tmpp, max_bytes)) /* Flawfinder: Ignore */ { - // Crap, read failure, need to deal with it. + // Read failure, need to deal with it. delete[] tmpp; *data_handle = NULL; returned_bytes = 0; |