summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2017-06-01 13:47:43 +0200
committer Olivier Galibert <galibert@pobox.com>2017-06-01 13:47:43 +0200
commite3b3d6f7fffa9ad1e4af7b1976c991b294eb09b0 (patch)
treeab71650984098060649011b54c7c4cd3994cf48b
parentb02d8df8adf6fe7e23a7e709e70d936684422762 (diff)
let's be standard (nw)
-rw-r--r--src/frontend/mame/ui/state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/state.cpp b/src/frontend/mame/ui/state.cpp
index 59734909d53..dd0720ec601 100644
--- a/src/frontend/mame/ui/state.cpp
+++ b/src/frontend/mame/ui/state.cpp
@@ -154,7 +154,7 @@ void menu_load_save_state_base::populate(float &customtop, float &custombottom)
// get the time as a local time string
char time_string[128];
auto last_modified_time_t = std::chrono::system_clock::to_time_t(entry->last_modified());
- std::strftime(time_string, sizeof(time_string), "%#c", std::localtime(&last_modified_time_t));
+ std::strftime(time_string, sizeof(time_string), "%c", std::localtime(&last_modified_time_t));
// format the text
std::string text = util::string_format("%s: %s",