Skip to content

Commit e4efa74

Browse files
authored
Add files via upload
1 parent f96f961 commit e4efa74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyfoxfile.py

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

0 commit comments

Comments
 (0)