python3 compatibility fix

pull/716/head
sebres 2014-09-16 17:27:21 +02:00
parent c1637e97b2
commit 0dce32405f
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ class FileFilter(Filter):
lasti = 0
movecntr = 3
while maxp > minp:
i = minp + (maxp - minp) / 2
i = round(minp + (maxp - minp) / 2)
pos = container.seek(i)
cntr += 1
# within next 5 lines try to find any legal datetime: