nano

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

commit 9da0831dbfdb9a24b77247b1528344d652ea97bb
parent e97c8d59182a805414b8331061aa96824ea10234
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed, 14 Jan 2004 22:40:38 +0000

remove spurious "L"


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

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

diff --git a/src/winio.c b/src/winio.c @@ -2363,7 +2363,7 @@ void do_credits(void) xlcredits[6] = _("and anyone else we forgot..."); xlcredits[7] = _("Thank you for using nano!\n"); - scrolldelay.tv_sec = 0L; + scrolldelay.tv_sec = 0; scrolldelay.tv_nsec = 700000000L; curs_set(0);