Skip to content

Commit a34e434

Browse files
authored
Add files via upload
1 parent 97d4131 commit a34e434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pycatfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3299,7 +3299,7 @@ def ReadInStackedFileWithContentToArray(infile, fmttype="auto", filestart=0, see
32993299
outretval = []
33003300
outstartfile = filestart
33013301
while True:
3302-
outarray = ReadInFileWithContentToArray(infile, fmttype, filestart, seekstart, seekend, listonly, contentasfile, uncompress, skipchecksum, formatspecs, seektoend)
3302+
outarray = ReadInFileWithContentToArray(infile, fmttype, outstartfile, seekstart, seekend, listonly, contentasfile, uncompress, skipchecksum, formatspecs, seektoend)
33033303
if outarray is False: # stop when function signals False
33043304
break
33053305
infile = outarray['fp']

0 commit comments

Comments
 (0)