summaryrefslogtreecommitdiff
path: root/src/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time.c')
-rw-r--r--src/time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/time.c b/src/time.c
index 75e7b2546..020f78dd0 100644
--- a/src/time.c
+++ b/src/time.c
@@ -93,6 +93,7 @@ get_ctime(time_t thetime, int add_newline)
vim_strncpy((char_u *)buf, (char_u *)_("(Invalid)"), sizeof(buf) - 1);
else
{
+ // xgettext:no-c-format
(void)strftime(buf, sizeof(buf) - 1, _("%a %b %d %H:%M:%S %Y"),
curtime);
# ifdef MSWIN