mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-03 00:38:15 +02:00
commit bash-20190430 snapshot
This commit is contained in:
+5
-4
@@ -359,10 +359,11 @@ bash_delete_histent (i)
|
||||
|
||||
discard = remove_history (i);
|
||||
if (discard)
|
||||
free_history_entry (discard);
|
||||
history_lines_this_session--;
|
||||
|
||||
return 1;
|
||||
{
|
||||
free_history_entry (discard);
|
||||
history_lines_this_session--;
|
||||
}
|
||||
return discard != 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user