diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-04-20 14:37:11 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-23 06:56:32 -0300 |
commit | 22dd4f62d3e0391eb88715b663bd84cae4f435c0 (patch) | |
tree | 878e33a94feca564010031dbbc7482137cc1d612 /src/diff.c | |
parent | 3f8061f16c820d32d87f2b608c292ae4d9fb0415 (diff) | |
download | rneovim-22dd4f62d3e0391eb88715b663bd84cae4f435c0.tar.gz rneovim-22dd4f62d3e0391eb88715b663bd84cae4f435c0.tar.bz2 rneovim-22dd4f62d3e0391eb88715b663bd84cae4f435c0.zip |
Use portable format specifiers: Case %ld - localized - vim_snprintf.
Fix uses of localized "%ld" within vim_snprintf():
- Replace "%ld" with "%" PRId64.
- Cast corresponding argument to (int64_t).
Diffstat (limited to 'src/diff.c')
0 files changed, 0 insertions, 0 deletions