mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
let's be standard (nw)
This commit is contained in:
parent
b02d8df8ad
commit
e3b3d6f7ff
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user