Fixed compilation errors

This commit is contained in:
Lew Rossman
2019-04-18 07:11:17 -04:00
parent 1583bea154
commit cc22eefeae
2 changed files with 2 additions and 1 deletions

View File

@@ -237,7 +237,7 @@ void writesummary(Project *pr)
Parser *parser = &pr->parser;
Times *time = &pr->times;
char s[MAXFNAME + 1];
char s[MAXLINE + 1];
int i;
int nres = 0;