]> git.wh0rd.org Git - nano.git/commit
in input_tab(), since the field precision operator used in the sprintf()
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 3 Oct 2006 18:46:00 +0000 (18:46 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 3 Oct 2006 18:46:00 +0000 (18:46 +0000)
commit85307fe28ed548d6df876e59c0a2a670b205be51
treecd83e42b8594cd204bec726d769c801ea641b9ce
parent1755e28ad97bbc9e434fde84c1727fd153b97418
in input_tab(), since the field precision operator used in the sprintf()
uses ints and not size_t's, replace it with two strncpy()s, which use
size_t's

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