Fix apkdiff not checking entire files
This commit is contained in:
@@ -8,7 +8,7 @@ def compareFiles(first, second):
|
||||
if firstBytes != secondBytes:
|
||||
return False
|
||||
|
||||
if firstBytes != b"" or secondBytes != b"":
|
||||
if firstBytes == b"":
|
||||
break
|
||||
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user