]> git.wh0rd.org Git - nano.git/commit
replace all instances of strncpy() with charcpy(), since the only
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 26 May 2005 03:47:24 +0000 (03:47 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 26 May 2005 03:47:24 +0000 (03:47 +0000)
commite3970f503c8cd62572645c4e42fbedf9112c4d30
treedc2eb7bb95a49f967a45a2c6f4f543dadd2c1224
parent16f88134f7d5f0b697aabc5a2f48be37e44bd2c4
replace all instances of strncpy() with charcpy(), since the only
difference between them is that the former pads strings with nulls when
they're longer than the number of characters specified, which doesn't
appear to be used anywhere

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2542 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/files.c
src/nano.c
src/proto.h
src/search.c
src/utils.c