commit | 2c4a1d0a619b0f1e0f7dac98681da6fee58c6a44 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Fri May 28 15:49:34 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 28 15:49:34 2021 +0200 |
tree | a5bc4d74999cd3193364bca6b9ed6e0401f1d516 | |
parent | bc869874fedf094129831836f131c64f10d98854 [diff] [blame] |
patch 8.2.2894: MS-Windows: using enc_locale() for strftime() might not work Problem: MS-Windows: using enc_locale() for strftime() might not work. Solution: Use wcsftime(). (Ken Takata, closes #8271)
diff --git a/src/version.c b/src/version.c index 2dedcbf..4cf2c3e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2894, +/**/ 2893, /**/ 2892,