We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd4f47d + 8d63ef6 commit 4a0e2bdCopy full SHA for 4a0e2bd
tools/build_api.py
@@ -377,7 +377,7 @@ def _fill_header(region_list, current_region):
377
elif type == "timestamp":
378
fmt = {"32le": "<L", "64le": "<Q",
379
"32be": ">L", "64be": ">Q"}[subtype]
380
- header.puts(start, struct.pack(fmt, time()))
+ header.puts(start, struct.pack(fmt, int(time())))
381
elif type == "size":
382
383
0 commit comments