Initialize a var to quiet -Wall.
This commit is contained in:
parent
1a9b5f474e
commit
9d6eb14221
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54772
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user