diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-04-22 20:56:13 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-23 06:56:33 -0300 |
commit | 357f54f33119e50142ecbced0e36907586af2a49 (patch) | |
tree | 3ac8b539a5b57113f43f155bf05d29e5c6ad0f79 /clint.py | |
parent | b9c550ebd5ce5d3f37ca6bab7657be1b3fba6697 (diff) | |
download | rneovim-357f54f33119e50142ecbced0e36907586af2a49.tar.gz rneovim-357f54f33119e50142ecbced0e36907586af2a49.tar.bz2 rneovim-357f54f33119e50142ecbced0e36907586af2a49.zip |
Use portable format specifiers: Case %l[uoxX] - plain - sprintf.
Fix uses of plain "%lu", "%lo", "%lx" and "%lX" within sprintf():
- Replace "%l<whatever>" with "%" PRI<whatever>64.
- Cast corresponding argument to (uint64_t).
Diffstat (limited to 'clint.py')
0 files changed, 0 insertions, 0 deletions