commit | 5fbbec180b623cd6ebfc9528be6fa70b4cf664d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 22:08:11 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 22:08:11 2022 +0100 |
tree | e63ce17a9ba4c161cfd277d82d0db7c36bcb9fd7 | |
parent | 06fef1b2bdc07c6170b178e34b4712c21bd81a2e [diff] [blame] |
patch 9.0.0372: MS-Windows: "%T" time format does not appear to work Problem: MS-Windows: "%T" time format does not appear to work. Solution: Use "%H:%M:%S" instead.
diff --git a/src/version.c b/src/version.c index d916059..0209280 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 372, +/**/ 371, /**/ 370,