Fixed markContent function

This commit is contained in:
matt 2009-06-24 12:23:16 +12:00
parent 75b850a436
commit d7de9ab3e5

View File

@ -119,7 +119,7 @@ class WOD: #WiiOpticalDisc
blockStart = offset / 0x7C00
blockLen = (align(size, 0x7C00)) / 0x7C00
for x in range(blockStart, blockLen):
for x in range(blockStart, blockStart + blockLen):
try:
self.markedBlocks.index(blockStart + x)
except: