]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1977 v7.4.1977
authorBram Moolenaar <Bram@vim.org>
Fri, 1 Jul 2016 18:03:42 +0000 (20:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 1 Jul 2016 18:03:42 +0000 (20:03 +0200)
commitbde9810d6103ffe3a22a9330021cb21db1ed1792
tree7c995875215cdf9042a1d9a0ddcb1a73f7718fc5
parent22fcfad29276bd5f317faf516637dcd491b96a12
patch 7.4.1977
Problem:    With 64 bit changes don't need three calls to sprintf().
Solution:   Simplify the code, use vim_snprintf(). (Ken Takata)
src/fileio.c
src/version.c