Initialize a var to quiet -Wall.

This commit is contained in:
David E. O'Brien 1999-12-18 04:47:43 +00:00
parent 1a9b5f474e
commit 9d6eb14221
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54772

View File

@ -99,7 +99,7 @@ getobjformat(char *buf, size_t bufsize, int *argcp, char **argv)
int found;
int len;
found = 0;
found = len = 0;
while (fgets(line, sizeof line, fp) != NULL) {
if (strncmp(line, "OBJFORMAT=", 10) == 0) {
char *p = &line[10];