Remove a duplicate fclose() that snuck into r316501
Reported by: Coverity CID: 1373338 MFC after: 20 days X-MFC-With: 316501 Sponsored by: Spectra Logic Corp
This commit is contained in:
parent
6e3e654490
commit
6504428e9c
@ -1386,7 +1386,6 @@ nxtfile(int argc, char **argv, const char **fname, char *buf, int dt)
|
||||
(void)fprintf(err,
|
||||
"pr: cannot stat %s, %s\n",
|
||||
argv[eoptind], strerror(errno));
|
||||
fclose(inf);
|
||||
return(NULL);
|
||||
}
|
||||
timeptr = localtime(&(statbuf.st_mtime));
|
||||
|
Loading…
x
Reference in New Issue
Block a user