]> git.wh0rd.org Git - nano.git/commit
in resize_variables(), use sizeof(char) in the memset() that initializes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 12 Jun 2005 15:19:11 +0000 (15:19 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 12 Jun 2005 15:19:11 +0000 (15:19 +0000)
commitc00f6580267374c290b78b24a4dcaa20a6afb64e
tree4c544efa88419f4ac7fbdf62ae56aeec8a2439fd
parent8767da4e6362754e6d797a96ad1e9056d8c6066c
in resize_variables(), use sizeof(char) in the memset() that initializes
hblank instead of assuming that the size of a char is 1

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