nano

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

commit 826ab5a4feea9ec8805d87d4e0bfcfb054425d80
parent d41b468975824cf894d56835670bfd80eaf42ecd
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri,  8 Jul 2005 02:36:16 +0000

formatting fix


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

Diffstat:
Msrc/nano.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/nano.c b/src/nano.c @@ -2408,8 +2408,7 @@ const char *do_alt_speller(char *tempfile_name) SET(MARK_ISSET); #endif - altspell_error = - charalloc(strlen(invoke_error) + + altspell_error = charalloc(strlen(invoke_error) + strlen(alt_speller) + 1); sprintf(altspell_error, invoke_error, alt_speller); return altspell_error;