git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2816 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-07-05 00:54:40 +00:00
parent da50e73c40
commit 405ed0f822
1 changed files with 1 additions and 1 deletions

View File

@ -2409,7 +2409,7 @@ const char *do_alt_speller(char *tempfile_name)
altspell_error = altspell_error =
charalloc(strlen(invoke_error) + charalloc(strlen(invoke_error) +
strlen(alt_speller) + 2); strlen(alt_speller) + 1);
sprintf(altspell_error, invoke_error, alt_speller); sprintf(altspell_error, invoke_error, alt_speller);
return altspell_error; return altspell_error;
} }