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