commit | 87b5ca5172eb9e61f72f54f598d6d2ad646a8a76 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 21:55:31 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 21:55:31 2006 +0000 |
tree | 3d83af536ded8a5be657f757be1324595f672780 | |
parent | 36fc535cb1353786d7edacfea1cd3ececaf6cf5d [diff] [blame] |
updated for version 7.0214
diff --git a/src/quickfix.c b/src/quickfix.c index 2d83f1f..bc4ef1c 100644 --- a/src/quickfix.c +++ b/src/quickfix.c
@@ -3339,7 +3339,7 @@ } if (qi->qf_curlist >= qi->qf_listcount - || qi->qf_lists[qi->qf_curlist].qf_count == 0) + || qi->qf_lists[qi->qf_curlist].qf_count == 0) return FAIL; qfp = qi->qf_lists[qi->qf_curlist].qf_start;