]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Since strftime(false, "%s") doesn't work on Windows implement a qc version of it...
authorterencehill <piuntn@gmail.com>
Mon, 10 May 2021 14:00:13 +0000 (16:00 +0200)
committerterencehill <piuntn@gmail.com>
Mon, 10 May 2021 14:00:13 +0000 (16:00 +0200)
commit9e5d0f235bd9d5f14f87066d872fa7de79dcf4bb
tree193fd1a77aa26b84eb48120fd3f92f4d3a44db85
parent642bba8a28a8949560906c23cffa281d154a46e9
Since strftime(false, "%s") doesn't work on Windows implement a qc version of it (strftime_s()). This commit fixes #2588 "autoscreenshot fails to append a number to screenshot filenames under Windows"
qcsrc/lib/string.qh
qcsrc/server/intermission.qc
qcsrc/server/world.qc