changed all 'sprintf' calls to 'snprintf'

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@59 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Robert Siemborski 2000-07-01 21:43:16 +00:00
parent 6af1431eaa
commit 6d0e9cd556
1 changed files with 8 additions and 5 deletions

View File

@ -1,9 +1,12 @@
CVS code changes since last release - CVS code changes since last release -
- all:
- Made search functions & keys more like Pico. Added goto line from - Made search functions & keys more like Pico. Added goto line from
search and replace function, changed wording to "No Replace" instead of search and replace function, changed wording to "No Replace" instead
"To Search", "To Replace" to simply "Replace", and changed to Pico's of "To Search", "To Replace" to simply "Replace", and changed to
keystroke by default, ^R. Affects search_init(), do_search() in Pico's keystroke by default, ^R. Affects search_init(),
search.c, globals in nano.h and shortcut_init() in global.c. do_search() in search.c, globals in nano.h and
shortcut_init() in global.c.
- changed 'sprintf' calls to safer 'snprintf'
- nano.c: - nano.c:
- Removed dual alt_speller variables, oops! (Rocco Corsi) - Removed dual alt_speller variables, oops! (Rocco Corsi)
- de.po: - de.po: