diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-12-14 22:19:23 +0100 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-12-16 21:01:22 +0100 |
commit | a97f9e9594225f8078847311fd23b7c339b9f6bc (patch) | |
tree | 2392c4640fd37a4b285f6d026b4392275454b4a5 /runtime/doc/manpages/vimtutor.1 | |
parent | 9b1c9393709a42e6999e4c29f7d0249ae9d8b7be (diff) | |
download | rneovim-a97f9e9594225f8078847311fd23b7c339b9f6bc.tar.gz rneovim-a97f9e9594225f8078847311fd23b7c339b9f6bc.tar.bz2 rneovim-a97f9e9594225f8078847311fd23b7c339b9f6bc.zip |
coverity/13696: Unchecked return value: RI.
Problem : Unchecked return value (CHECKED_RETURN) @ 2644.
Diagnostic : Real issue.
Rationale : Other `u_save` invocations are checked, and there's no
reason to think this invocation could not fail.
Resolution : Check and return if failed (other previous checks in the
same function just return, without reporting error, so
we just do the same).
Diffstat (limited to 'runtime/doc/manpages/vimtutor.1')
0 files changed, 0 insertions, 0 deletions