diff options
author | McCabe Maxsted | 2009-02-18 01:24:53 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-02-18 01:24:53 -0700 |
commit | c0dfc20ca0701e0bf0dce41a03a705df1747b460 (patch) | |
tree | 51f4d3bdbb7c2c1eadc1b07c94782d95474745e3 /linden/indra/llmessage/message_prehash.cpp | |
parent | Merge commit 'mccabe/next' into next (diff) | |
parent | Fixed crash in Top Scripts (diff) | |
download | meta-impy-c0dfc20ca0701e0bf0dce41a03a705df1747b460.zip meta-impy-c0dfc20ca0701e0bf0dce41a03a705df1747b460.tar.gz meta-impy-c0dfc20ca0701e0bf0dce41a03a705df1747b460.tar.bz2 meta-impy-c0dfc20ca0701e0bf0dce41a03a705df1747b460.tar.xz |
Fixed crash in Top Scripts
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/message_prehash.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llmessage/message_prehash.cpp b/linden/indra/llmessage/message_prehash.cpp index 2ac1319..fd8953d 100644 --- a/linden/indra/llmessage/message_prehash.cpp +++ b/linden/indra/llmessage/message_prehash.cpp | |||
@@ -598,6 +598,7 @@ char* _PREHASH_FromAgentId = LLMessageStringTable::getInstance()->getString("Fro | |||
598 | char* _PREHASH_Type = LLMessageStringTable::getInstance()->getString("Type"); | 598 | char* _PREHASH_Type = LLMessageStringTable::getInstance()->getString("Type"); |
599 | char* _PREHASH_ChatType = LLMessageStringTable::getInstance()->getString("ChatType"); | 599 | char* _PREHASH_ChatType = LLMessageStringTable::getInstance()->getString("ChatType"); |
600 | char* _PREHASH_ReportData = LLMessageStringTable::getInstance()->getString("ReportData"); | 600 | char* _PREHASH_ReportData = LLMessageStringTable::getInstance()->getString("ReportData"); |
601 | char* _PREHASH_MonoScore = LLMessageStringTable::getInstance()->getString("MonoScore"); | ||
601 | char* _PREHASH_RequestBlock = LLMessageStringTable::getInstance()->getString("RequestBlock"); | 602 | char* _PREHASH_RequestBlock = LLMessageStringTable::getInstance()->getString("RequestBlock"); |
602 | char* _PREHASH_GrantData = LLMessageStringTable::getInstance()->getString("GrantData"); | 603 | char* _PREHASH_GrantData = LLMessageStringTable::getInstance()->getString("GrantData"); |
603 | char* _PREHASH_DetachAttachmentIntoInv = LLMessageStringTable::getInstance()->getString("DetachAttachmentIntoInv"); | 604 | char* _PREHASH_DetachAttachmentIntoInv = LLMessageStringTable::getInstance()->getString("DetachAttachmentIntoInv"); |