Global lineending fixup

This commit is contained in:
Siana Gearz
2012-01-14 05:42:53 +01:00
parent e835d51bdf
commit 419f7b41af
8 changed files with 4634 additions and 4634 deletions

View File

@@ -280,9 +280,9 @@ void decode_patch_header(LLBitPack &bitpack, LLPatchHeader *ph, BOOL b_large_pat
bitpack.bitUnpack(&(ret[1]), 8);
bitpack.bitUnpack(&(ret[0]), 2);
#else
if (b_large_patch)
bitpack.bitUnpack((U8 *)&retvalu32, 32);
else
if (b_large_patch)
bitpack.bitUnpack((U8 *)&retvalu32, 32);
else
bitpack.bitUnpack((U8 *)&retvalu32, 10);
#endif
ph->patchids = retvalu32;