diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-04-19 19:58:56 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-23 06:56:32 -0300 |
commit | e4a1ea9e0282bd3cf32c095a9519171de132c559 (patch) | |
tree | 0b07a2e237fa1e6085e01d4ab9ac7ce9b4efaec3 /src/regexp.c | |
parent | 7dc649c9064062130db8a3d22a9a91b155a08ec5 (diff) | |
download | rneovim-e4a1ea9e0282bd3cf32c095a9519171de132c559.tar.gz rneovim-e4a1ea9e0282bd3cf32c095a9519171de132c559.tar.bz2 rneovim-e4a1ea9e0282bd3cf32c095a9519171de132c559.zip |
Use portable format specifiers: Case %lld - localized - sprintf.
Fix uses of localized "%lld" within sprintf():
- Replace _("%lld") with _("%" PRId64).
- Cast corresponding argument to (int64_t).
- In *.po files, replace "%lld" with "%<PRId64>".
Diffstat (limited to 'src/regexp.c')
0 files changed, 0 insertions, 0 deletions