oops, pass the fileobject here

This commit is contained in:
Ammar Askar 2012-12-21 03:18:08 +05:00
parent cff8c7ea8d
commit 997c0ef8f6

View File

@ -477,7 +477,7 @@ def handle38(FileObject):
#int - chunk data length
ChunkDataLength = DataUtil.readInt(FileObject)
DataUtil.readBoolean()
DataUtil.readBoolean(FileObject)
FileObject.read(ChunkDataLength) #just gonna ignore this for now
#metadata - ignoring this