jhibbits b7090dfbe9 Use uint32_t for LBC block size.
LBC block size can only be up to 4GB.  The existing code already clamps it, but
mixes unsigned long and uint32_t.  This works on 32-bit targets, but not 64-bit,
so isn't completely correct.  This fixes the type confusion.
2016-01-01 15:36:56 +00:00
..
2013-12-13 05:54:25 +00:00
2016-01-01 15:36:56 +00:00
2015-12-24 04:30:15 +00:00