reduce.py: fix hang

This commit is contained in:
Daniel Marjamäki 2016-01-25 16:25:50 +01:00
parent 620c6e8f1c
commit cb6c9e1a71
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ while True:
while i < len(filedata1):
if filedata[i] != filedata1[i]:
break
i = i + 1
if i == len(filedata1):
break