Initialize a variable in order to fix when faced with picky compilers.
Sponsored by: Apple
This commit is contained in:
parent
7812d86f03
commit
b81df0819d
@ -96,6 +96,8 @@ process()
|
||||
size_t len, oldpsl = 0;
|
||||
char *p;
|
||||
|
||||
p = NULL;
|
||||
|
||||
for (linenum = 0; mf_fgets(&PS, REPLACE);) {
|
||||
pd = 0;
|
||||
top:
|
||||
|
Loading…
Reference in New Issue
Block a user