Handle the catalog thumbnail cache becoming larger than 2GB

This commit is contained in:
Kovid Goyal 2012-08-17 21:17:15 +05:30
parent 8a5a7a5975
commit dfcadabf14

View File

@ -3879,7 +3879,7 @@ Author '{0}':
def open_archive(mode='r'):
try:
return ZipFile(self.__archive_path, mode=mode)
return ZipFile(self.__archive_path, mode=mode, allowZip64=True)
except:
# Happens on windows if the file is opened by another
# process