]> git.wh0rd.org Git - nano.git/commit
in edit_draw(), fix potential warnings when assigning -1 to paintlen by
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 21 Nov 2006 17:05:04 +0000 (17:05 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 21 Nov 2006 17:05:04 +0000 (17:05 +0000)
commit1c9dd109bf4ba729c15418034737c82de6f399af
tree0b3c1502af2eeb371f919721787db27e29b3d822
parent5a8182e7df79ff1a31772b11d818db99bf23e6cf
in edit_draw(), fix potential warnings when assigning -1 to paintlen by
using if/else clauses instead of "?" operators

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