mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-31 17:07:27 +08:00
Fix hang bug when appending to killring
darcs-hash:20061016150017-ac50b-c1f789d9913949ebc44cd9d02af5c3555bdf51bf.gz
This commit is contained in:
parent
49bff53370
commit
91009ac9aa
1
kill.c
1
kill.c
@ -151,6 +151,7 @@ static void kill_remove( wchar_t *s )
|
||||
if( wcscmp( (wchar_t *)n->data, s ) == 0 )
|
||||
{
|
||||
kill_remove_node( n );
|
||||
break;
|
||||
}
|
||||
next = n;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user