chromagnon ONLY WORKS on WIN--different on Mac & Linux.

This commit is contained in:
Jim Miller 2021-01-12 17:09:24 -06:00
parent 04314d2b63
commit 56fe8dd657

View file

@ -55,6 +55,7 @@ class CacheBlock():
# Read Magic Number
magic = struct.unpack('I', header.read(4))[0]
# print("magic number:%s"%hex(magic))
if magic == CacheBlock.BLOCK_MAGIC:
self.type = CacheBlock.BLOCK
header.seek(2, 1)