Initialize a variable in order to fix when faced with picky compilers.

Sponsored by:	Apple
This commit is contained in:
Eric Melville 2002-09-20 19:40:23 +00:00
parent 7812d86f03
commit b81df0819d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103715

View File

@ -96,6 +96,8 @@ process()
size_t len, oldpsl = 0;
char *p;
p = NULL;
for (linenum = 0; mf_fgets(&PS, REPLACE);) {
pd = 0;
top: