Minor bugfix in the kill-ring code

darcs-hash:20061012223200-ac50b-6a046a89295f01937a38000ef6d016b7be5c19f1.gz
This commit is contained in:
axel 2006-10-13 08:32:00 +10:00
parent 841fdf3a04
commit afcab9f1b3

2
kill.c
View File

@ -137,7 +137,7 @@ static void kill_remove_node( ll_node_t *n )
*/
static void kill_remove( wchar_t *s )
{
ll_node_t *n, *next;
ll_node_t *n, *next=0;
if( !kill_last )
{