comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3181 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
b299a6a0d9
Коммит
1c3b211142
@ -285,7 +285,7 @@ bool findnextstr(bool can_display_wrap, bool wholeword, bool
|
||||
#endif
|
||||
fileptr->data + (openfile->current_x + 1);
|
||||
|
||||
/* Look for needle in searchstr. */
|
||||
/* Look for needle in the current line we're searching. */
|
||||
while (TRUE) {
|
||||
found = strstrwrapper(fileptr->data, needle, rev_start);
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user