Merge pull request #2118 from rev112/fix_redundant_cast

Remove redundant casts
This commit is contained in:
John Szakmeister
2015-03-13 07:09:08 -04:00
26 changed files with 98 additions and 98 deletions

View File

@@ -725,7 +725,7 @@ do_bufdel (
*/
if (bnr == curbuf->b_fnum)
do_current = bnr;
else if (do_buffer(command, DOBUF_FIRST, FORWARD, (int)bnr,
else if (do_buffer(command, DOBUF_FIRST, FORWARD, bnr,
forceit) == OK)
++deleted;