Skip to content

Commit 5ae5296

Browse files
authored
Add files via upload
1 parent 1392983 commit 5ae5296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyarchivefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3286,7 +3286,7 @@ def ReadInStackedFileWithContentToArray(infile, fmttype="auto", filestart=0, see
32863286
outretval = []
32873287
outstartfile = filestart
32883288
while True:
3289-
outarray = ReadInFileWithContentToArray(infile, fmttype, filestart, seekstart, seekend, listonly, contentasfile, uncompress, skipchecksum, formatspecs, seektoend)
3289+
outarray = ReadInFileWithContentToArray(infile, fmttype, outstartfile, seekstart, seekend, listonly, contentasfile, uncompress, skipchecksum, formatspecs, seektoend)
32903290
if outarray is False: # stop when function signals False
32913291
break
32923292
infile = outarray['fp']

0 commit comments

Comments
 (0)