- search.c:
findnextstr()
- Set current_x back before aborting (oops!).
+ search_init()
+ - Silly typo in our "one simple call" of statusq. Stopped
+ previous search string from being displayed.
nano 0.9.20 - 11/18/2000
- General
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-11-19 13:19-0500\n"
+"POT-Creation-Date: 2000-11-19 14:12-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
/* This is now one simple call. It just does a lot */
i = statusq(0, replacing ? replace_list : whereis_list,
replacing ? REPLACE_LIST_LEN : WHEREIS_LIST_LEN, backupstring,
- prompt, reprompt, "");
+ prompt, reprompt, buf);
/* Cancel any search, or just return with no previous search */
if ((i == -1) || (i < 0 && !last_search[0])) {