mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 02:02:42 +02:00
commit bash-20070426 snapshot
This commit is contained in:
@@ -119,7 +119,7 @@ ibuffer_space ()
|
||||
if (pop_index > push_index)
|
||||
return (pop_index - push_index - 1);
|
||||
else
|
||||
return (ibuffer_len - (push_index - pop_index));
|
||||
return (ibuffer_len - (push_index - pop_index) - 1);
|
||||
}
|
||||
|
||||
/* Get a key from the buffer of characters to be read.
|
||||
|
||||
Reference in New Issue
Block a user