commit | d13c254d100509271b37d609c19e45c857352181 | [log] [tgz] |
---|---|---|
author | Isao Sato <svardew@gmail.com> | Fri May 19 13:20:34 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 19 13:20:34 2023 +0100 |
tree | c3aea40b7e92962f0f62bbf6a510849fc2258488 | |
parent | 74ccbb1f7df5bd5e5bd50dd7fe4ae9799da50274 [diff] [blame] |
patch 9.0.1567: profiler calculation may be wrong on 32 bit builds Problem: Profiler calculation may be wrong on 32 bit builds. Solution: Use 64 bit variable if possible. (Isao Sato, closes #12412)
diff --git a/src/version.c b/src/version.c index 10e0144..42c2c0f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1567, +/**/ 1566, /**/ 1565,