diff options
Diffstat (limited to 'linden/indra/newview/lltooldraganddrop.cpp')
-rw-r--r-- | linden/indra/newview/lltooldraganddrop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltooldraganddrop.cpp b/linden/indra/newview/lltooldraganddrop.cpp index 4e133de..18c4917 100644 --- a/linden/indra/newview/lltooldraganddrop.cpp +++ b/linden/indra/newview/lltooldraganddrop.cpp | |||
@@ -75,7 +75,7 @@ | |||
75 | // [RLVa:KB] | 75 | // [RLVa:KB] |
76 | #include "rlvhandler.h" | 76 | #include "rlvhandler.h" |
77 | // [/RLVa:KB] | 77 | // [/RLVa:KB] |
78 | #include "hippoLimits.h" | 78 | #include "hippolimits.h" |
79 | 79 | ||
80 | // MAX ITEMS is based on (sizeof(uuid)+2) * count must be < MTUBYTES | 80 | // MAX ITEMS is based on (sizeof(uuid)+2) * count must be < MTUBYTES |
81 | // or 18 * count < 1200 => count < 1200/18 => 66. I've cut it down a | 81 | // or 18 * count < 1200 => count < 1200/18 => 66. I've cut it down a |