]> git.wh0rd.org Git - nano.git/commit
fix problem found by Rocco: make search_last_line static to search.c
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 31 Oct 2004 13:20:30 +0000 (13:20 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 31 Oct 2004 13:20:30 +0000 (13:20 +0000)
commite5e88fd9f26f59d0ae95ace84f211b01a3e1aa80
tree88aebeba0645dd2517ab3236d20553b116096387
parent85f8f46c40366ca6fb948d49879ac62e3e989676
fix problem found by Rocco: make search_last_line static to search.c
instead of local to findnextstr() so that search wrapping detection
works properly again

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2037 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/nano.c
src/proto.h
src/search.c