nano

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

commit 056c5ef4a6b6c813c3e4eeb3130df78bcc52d2ca
parent b49daec3f2b11875c7822008345411e82953cdb7
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue,  5 Oct 2004 16:14:19 +0000

another int -> bool conversion


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

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

diff --git a/src/files.c b/src/files.c @@ -1772,7 +1772,7 @@ int do_writeout(bool exiting) int i; int append = 0; #ifdef NANO_EXTRA - static int did_cred = FALSE; + static bool did_cred = FALSE; #endif #if !defined(DISABLE_BROWSER) || !defined(DISABLE_MOUSE)