nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 1c3b2111429010c5c7f84429aedde9f5d5f0a406
parent b299a6a0d9f3c0b453482b7c2a51eecf221a7aee
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 15 Nov 2005 21:29:05 +0000

comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3181 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/search.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/search.c b/src/search.c @@ -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);