commit | 63d2555c9cefbbeeca3ec87fdd5d241e9488f9dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 10 21:28:38 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 10 21:28:38 2019 +0200 |
tree | f96d5dcd14268406b6c78c002f9bb63db7fc9cb9 | |
parent | 4ca41534b726c4116d2e430e877e34146b4d4831 [diff] [blame] |
patch 8.1.1313: warnings for using localtime() and ctime() Problem: Warnings for using localtime() and ctime(). Solution: Use localtime_r() if available. Avoid using ctime().
diff --git a/src/version.c b/src/version.c index 2b936d7..56aff78 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1313, +/**/ 1312, /**/ 1311,