diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-04-20 04:09:35 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-23 06:56:32 -0300 |
commit | 1bffe66508ff986a61c0e08caddc92b7f3ace81e (patch) | |
tree | f62bca74d7217f73b966e57991efa7e209efeb14 /src/buffer.c | |
parent | b536c22550db16836726b38494faa9be2f55e738 (diff) | |
download | rneovim-1bffe66508ff986a61c0e08caddc92b7f3ace81e.tar.gz rneovim-1bffe66508ff986a61c0e08caddc92b7f3ace81e.tar.bz2 rneovim-1bffe66508ff986a61c0e08caddc92b7f3ace81e.zip |
Use portable format specifiers: Case %ld - plain - fprintf.
Fix uses of plain "%ld" within fprintf():
- Replace "%ld" with "%" PRId64.
- Cast corresponding argument to (int64_t).
Diffstat (limited to 'src/buffer.c')
0 files changed, 0 insertions, 0 deletions