summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 90ae37f211..7d8b879ad3 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -6475,8 +6475,8 @@ void do_crash_dump()
char name[180];
- sprintf(name, "%scrash-%s-%d.txt", dir.c_str(),
- you.your_name.c_str(), (int) time(NULL));
+ sprintf(name, "%scrash-%s-%s.txt", dir.c_str(),
+ you.your_name.c_str(), make_file_time(time(NULL)).c_str());
fprintf(stderr, EOL "Writing crash info to %s" EOL, name);
errno = 0;