aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorEliseo Martínez <eliseomarmol@gmail.com>2014-04-25 11:47:25 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-28 07:49:14 -0300
commit6e2cb1bddbc8e24428ba7ce86f0b66c85f6738e5 (patch)
tree1b09c1d48d1eaccbfe29d6584a9f352b9aeeaabb /src/buffer.c
parentc79ff046a01e905a40a97cb9a6dbfc12a4f2cf53 (diff)
downloadrneovim-6e2cb1bddbc8e24428ba7ce86f0b66c85f6738e5.tar.gz
rneovim-6e2cb1bddbc8e24428ba7ce86f0b66c85f6738e5.tar.bz2
rneovim-6e2cb1bddbc8e24428ba7ce86f0b66c85f6738e5.zip
Use portable format specifiers: Case %ld - plain - sscanf.
Fix uses of plain "%ld" within sscanf(): - Replace "%ld" with "%" SCNd64. - Create (int64_t) local variable and sscanf into that. - Safely downcast into previous type (introduce assertion, to be removed when variable type refactored).
Diffstat (limited to 'src/buffer.c')
0 files changed, 0 insertions, 0 deletions