(DB_INIT:PLR from 5364 -> 1810 bytes)

--HG--
branch : cdb-packed
hg/feature/cdb-packed
kaetemi 10 years ago
parent 5d9f3ce668
commit 1359bbf8c2

@ -131,7 +131,7 @@ inline uint readPackedBitCount(CBitMemStream & f)
uint64 nibbleCount; uint64 nibbleCount;
f.serial(nibbleCount, 4); f.serial(nibbleCount, 4);
uint bits = (nibbleCount << 2); uint bits = (nibbleCount << 2);
nlinfo("PACKED: %u bits", (uint32)(bits)); // nlinfo("PACKED: %u bits", (uint32)(bits));
return bits; return bits;
} }

Loading…
Cancel
Save