Patch 8.2.4155
Problem: Translating strftime() argument results in check error.
Solution: Add gettext comment.
Files: src/time.c
*** ../vim-8.2.4154/src/time.c 2022-01-07 20:40:04.670218119 +0000
--- src/time.c 2022-01-20 14:22:07.408454660 +0000
***************
*** 93,98 ****
--- 93,99 ----
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
*** ../vim-8.2.4154/src/version.c 2022-01-20 13:32:46.679047565 +0000
--- src/version.c 2022-01-20 14:25:21.488565663 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4155,
/**/
--
Time flies like an arrow.
Fruit flies like a banana.
/// Bram Moolenaar -- Br...@Moolenaar.net --
http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features --
http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims --
http://ICCF-Holland.org ///