Patch 7.4.1466
Problem: Coverity reports dead code.
Solution: Remove the two lines.
Files: src/channel.c
*** ../vim-7.4.1465/src/channel.c 2016-02-29 22:55:51.693608630 +0100
--- src/channel.c 2016-02-29 23:02:26.917430198 +0100
***************
*** 1602,1609 ****
invoke_callback(channel, callback, argv);
}
}
- else if (msg != NULL)
- ch_logs(channel, "Dropping message '%s'", (char *)msg);
else
ch_log(channel, "Dropping message");
--- 1602,1607 ----
*** ../vim-7.4.1465/src/version.c 2016-02-29 22:55:51.697608588 +0100
--- src/version.c 2016-02-29 23:02:55.017132892 +0100
***************
*** 745,746 ****
--- 745,748 ----
{ /* Add new patch number below this line */
+ /**/
+ 1466,
/**/
--
SOLDIER: What? A swallow carrying a coconut?
ARTHUR: It could grip it by the husk ...
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.