Fix where pos is reset

This commit is contained in:
Alex Groce 2019-05-19 11:41:35 -07:00 committed by GitHub
parent 6607ceb85e
commit ab9b3fb843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,7 @@ def main():
break
if changed:
break
if not changed:
rangeRemovePos = 0
if not changed:
@ -303,7 +303,7 @@ def main():
break
if changed:
break
if not changed:
byteReducePos = 0
if not changed: