in do_replace(), blank out last_replace properly again just before

displaying the "Replace" prompt


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2808 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-07-02 17:49:27 +00:00
parent a549a82c32
commit e3df8788b7
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,10 @@ CVS code -
- When constant cursor position display is on, only display the - When constant cursor position display is on, only display the
cursor position if there are no keys waiting in the buffer. cursor position if there are no keys waiting in the buffer.
(DLR) (DLR)
- search.c:
do_replace()
- Blank out last_replace properly again just before displaying
the "Replace" prompt. (DLR, found by Mike Frysinger)
GNU nano 1.3.8 - 2005.06.30 GNU nano 1.3.8 - 2005.06.30
- General: - General:

View File

@ -907,6 +907,8 @@ void do_replace(void)
last_search = mallocstrcpy(last_search, answer); last_search = mallocstrcpy(last_search, answer);
} }
last_replace = mallocstrcpy(last_replace, "");
i = statusq(FALSE, replace_list_2, last_replace, i = statusq(FALSE, replace_list_2, last_replace,
#ifndef NANO_SMALL #ifndef NANO_SMALL
&replace_history, &replace_history,