aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/patch_code.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2011-03-18 21:05:23 -0500
committerJacek Antonelli2011-03-18 21:50:25 -0500
commite67e3f216fdb0868d05c35f105dd83c5358dd3b0 (patch)
tree4de6be204ab09d635c1e4ca2215abd2c17ae6671 /linden/indra/llmessage/patch_code.cpp
parentFix a bug that only occurs when not running in a debugger. (diff)
downloadmeta-impy-e67e3f216fdb0868d05c35f105dd83c5358dd3b0.zip
meta-impy-e67e3f216fdb0868d05c35f105dd83c5358dd3b0.tar.gz
meta-impy-e67e3f216fdb0868d05c35f105dd83c5358dd3b0.tar.bz2
meta-impy-e67e3f216fdb0868d05c35f105dd83c5358dd3b0.tar.xz
Fixed bad line endings (CRLF) in many files.
Windows users, please set "autocrlf = input" or "autocrlf = true" in your .git/config [core] section to avoid this in the future.
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/patch_code.cpp10
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;