aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/lltemplatemessagereader.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/lltemplatemessagereader.h')
-rw-r--r--linden/indra/llmessage/lltemplatemessagereader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/lltemplatemessagereader.h b/linden/indra/llmessage/lltemplatemessagereader.h
index 86d4ab6..687b75b 100644
--- a/linden/indra/llmessage/lltemplatemessagereader.h
+++ b/linden/indra/llmessage/lltemplatemessagereader.h
@@ -113,7 +113,7 @@ private:
113 BOOL decodeTemplate(const U8* buffer, S32 buffer_size, // inputs 113 BOOL decodeTemplate(const U8* buffer, S32 buffer_size, // inputs
114 LLMessageTemplate** msg_template ); // outputs 114 LLMessageTemplate** msg_template ); // outputs
115 115
116 void logRanOffEndOfPacket( const LLHost& host ); 116 void logRanOffEndOfPacket( const LLHost& host, const S32 where, const S32 wanted );
117 117
118 BOOL decodeData(const U8* buffer, const LLHost& sender ); 118 BOOL decodeData(const U8* buffer, const LLHost& sender );
119 119