]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1238: MS-Windows: compiler warning for sprintf() format v8.1.1238
authorBram Moolenaar <Bram@vim.org>
Mon, 29 Apr 2019 19:46:26 +0000 (21:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 29 Apr 2019 19:46:26 +0000 (21:46 +0200)
commita0e67fc1663c9d5317022ea3bf252e08574c9f6f
tree707a0e2eb9db97fd6af88868ebf8aab000b12d49
parent52111f82318dfbeb6a0b06230c0609abff509250
patch 8.1.1238: MS-Windows: compiler warning for sprintf() format

Problem:    MS-Windows: compiler warning for sprintf() format.
Solution:   Change %d to %ld. (Ken Takata)
src/gui_w32.c
src/version.c