neovim/config
Eliseo Martínez 4d0ef9a6b9 coverity/13745: Argument cannot be negative: RI.
Problem    : Argument cannot be negative @ 1165.
Diagnostic : Real issue.
Rationale  : len can be assigned a negative value @ 1162;
             len is passed as an unsigned argument @ 1165.
Resolution : Refactor variable's types:
             - Use ftello instead of ftell to avoid using long.
             - Assert ftello result is safely convertible to size_t.
             - Introduce variable read_size to avoid using i (int).
2015-02-02 01:21:58 -05:00
..
CMakeLists.txt coverity/13745: Argument cannot be negative: RI. 2015-02-02 01:21:58 -05:00
config.h.in globals.h: Remove unused global variable 2015-01-02 21:10:08 -05:00
pathdef.c.in version: remove "Compilation" and "Linking" messages. 2014-10-07 10:23:15 +00:00