]> git.wh0rd.org Git - nano.git/commit
in do_alt_speller(), if we can't invoke the spell checker, use sprintf()
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 4 Jul 2005 03:43:54 +0000 (03:43 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 4 Jul 2005 03:43:54 +0000 (03:43 +0000)
commit892396bb7dc33c2e32d9ac50fc2a9f1e2e3981b0
tree56c0f74509c3ed728bb8236f917b06187e166569
parent658f7e663016c930a2d114f6249d49353e3fd023
in do_alt_speller(), if we can't invoke the spell checker, use sprintf()
instead of snprintf() to write the error string we return, as
altspell_error will always be long enough to hold it

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