sorry about this, 3rd commit to fix this small error.

This commit is contained in:
Campbell Barton
2008-01-25 20:44:36 +00:00
parent 019817d95c
commit a4c8a5b670

View File

@@ -661,7 +661,7 @@ def read_clip(lwochunk, dir_part):
# Should not happen but lw can import so we should too
return
image_index, = struct.unpack(">L", )
image_index, = struct.unpack(">L", data_str)
clip_dict['ID'] = image_index
i = 4
while(i < lwochunk.chunksize):