0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 7.4.1718

Problem:    Coverity: not using return value of set_ref_in_item().
Solution:   Use the return value.
This commit is contained in:
Bram Moolenaar
2016-04-07 22:16:30 +02:00
parent 0e4c1de556
commit d56374e25d
2 changed files with 3 additions and 1 deletions

View File

@@ -7244,7 +7244,7 @@ set_ref_in_item(
if (pt != NULL)
for (i = 0; i < pt->pt_argc; ++i)
set_ref_in_item(&pt->pt_argv[i], copyID,
abort = abort || set_ref_in_item(&pt->pt_argv[i], copyID,
ht_stack, list_stack);
}
}