parent
a307ff350c
commit
b94c72ea7f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class ApkDiff:
|
|||
sourceChunk = sourceFile.read(1024)
|
||||
destinationChunk = destinationFile.read(1024)
|
||||
|
||||
while sourceChunk != "" and destinationChunk != "":
|
||||
while sourceChunk != "" or destinationChunk != "":
|
||||
if sourceChunk != destinationChunk:
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue