diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/patch_code.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linden/indra/llmessage/patch_code.cpp b/linden/indra/llmessage/patch_code.cpp index 4b4313d..0cf8d2e 100644 --- a/linden/indra/llmessage/patch_code.cpp +++ b/linden/indra/llmessage/patch_code.cpp | |||
@@ -280,11 +280,11 @@ void decode_patch_header(LLBitPack &bitpack, LLPatchHeader *ph, BOOL b_large_pat | |||
280 | bitpack.bitUnpack(&(ret[1]), 8); | 280 | bitpack.bitUnpack(&(ret[1]), 8); |
281 | bitpack.bitUnpack(&(ret[0]), 2); | 281 | bitpack.bitUnpack(&(ret[0]), 2); |
282 | #else | 282 | #else |
283 | if (b_large_patch) | 283 | if (b_large_patch) |
284 | bitpack.bitUnpack((U8 *)&retvalu32, 32); | 284 | bitpack.bitUnpack((U8 *)&retvalu32, 32); |
285 | else | 285 | else |
286 | bitpack.bitUnpack((U8 *)&retvalu32, 10); | 286 | bitpack.bitUnpack((U8 *)&retvalu32, 10); |
287 | #endif | 287 | #endif |
288 | ph->patchids = retvalu32; | 288 | ph->patchids = retvalu32; |
289 | 289 | ||
290 | gWordBits = (ph->quant_wbits & 0xf) + 2; | 290 | gWordBits = (ph->quant_wbits & 0xf) + 2; |