]> git.wh0rd.org Git - nano.git/commit
make the verbatim and escape sequence input routines use size_t's to
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 22 Apr 2004 03:41:04 +0000 (03:41 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 22 Apr 2004 03:41:04 +0000 (03:41 +0000)
commit805547fed0ea64b83bd194de08a651cd98d6253f
tree5cd0bb113808274c51895f43b49bfc8ba30c3f84
parent45108343c889b6b9d1e630292db80e7b5c20d620
make the verbatim and escape sequence input routines use size_t's to
hold lengths, and use a properly cast nrealloc() instead of an uncast
realloc() in the former

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