rclchm: chmcatenate=1 would get the handler to crash

This commit is contained in:
Jean-Francois Dockes 2021-05-01 08:10:34 +02:00
parent 7baffdaea6
commit 3865e1b05f

View File

@ -244,7 +244,7 @@ class rclCHM:
return (False, "", path, iseof)
def dumpall(self):
alltxt=""
alltxt=b""
for pth in self.contents:
ret,doc,path,iseof = self.extractone(pth)
if not ret: