Skip to content

Commit 97c48da

Browse files
Add files via upload
1 parent aa2baca commit 97c48da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyfoxfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ def _get(section_dict, key, default=None):
653653
__version_date__ = str(__version_date_info__[0]) + "." + str(
654654
__version_date_info__[1]).zfill(2) + "." + str(__version_date_info__[2]).zfill(2)
655655
__revision__ = __version_info__[3]
656-
__revision_id__ = "$Id$"
656+
__revision_id__ = "$Id: b3e105b0e17ccf3ed667a2e5866398e002080910 $"
657657
if(__version_info__[4] is not None):
658658
__version_date_plusrc__ = __version_date__ + \
659659
"-" + str(__version_date_info__[4])
@@ -4970,8 +4970,8 @@ def ReadFileDataWithContentToArray(fp, filestart=0, seekstart=0, seekend=0, list
49704970
formversion = re.findall("([\\d]+)", formstring)
49714971
fheadsize = int(inheader[0], 16)
49724972
fnumfields = int(inheader[1], 16)
4973-
fheadctime = int(inheader[1], 16)
4974-
fheadmtime = int(inheader[1], 16)
4973+
fheadctime = int(inheader[2], 16)
4974+
fheadmtime = int(inheader[3], 16)
49754975
fhencoding = inheader[4]
49764976
fostype = inheader[5]
49774977
fpythontype = inheader[6]

0 commit comments

Comments
 (0)