diff options
Diffstat (limited to 'src/undo.c')
-rw-r--r-- | src/undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c index 8d23e7702..efbd4ccf4 100644 --- a/src/undo.c +++ b/src/undo.c @@ -1387,7 +1387,7 @@ u_add_time(buf, buflen, tt) if (time(NULL) - tt >= 100) { curtime = localtime(&tt); - (void)strftime((char *)buf, buflen, "%T", curtime); + (void)strftime((char *)buf, buflen, "%H:%M:%S", curtime); } else #endif |