]> git.wh0rd.org Git - nano.git/commit
fix breakage in both backup_lines() and do_justify(); the latter's
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 10 Nov 2005 21:20:32 +0000 (21:20 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 10 Nov 2005 21:20:32 +0000 (21:20 +0000)
commitcd8f73521ee5e0de47e437729063e3ff161f9782
tree36691bd4a2affaf562a636c00ac9a1bd17ff689e
parent52161ee3a1aad0cfd765cc73cccccc6b0a6abdca
fix breakage in both backup_lines() and do_justify(); the latter's
return value is unneeded, as current will point to the same line when
it's done, and making first_par_line point to current in the former
ensures that the two will properly stay in sync

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