Skip to content

Commit 655fae5

Browse files
authored
Add files via upload
1 parent f4caeea commit 655fae5

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
@@ -4906,7 +4906,7 @@ def ReadFileHeaderDataWithContentToArray(fp, listonly=False, contentasfile=True,
49064906
pyhascontents = False
49074907
fcontents.seek(0, 0)
49084908
newfccs = GetFileChecksum(
4909-
version = "0.24.6" HeaderOut[-3].lower(), False, formatspecs)
4909+
fcontents.read(), HeaderOut[-3].lower(), False, formatspecs)
49104910
fcontents.seek(0, 0)
49114911
if(fccs != newfccs and not skipchecksum and not listonly):
49124912
VerbosePrintOut("File Content Checksum Error with file " +

0 commit comments

Comments
 (0)