This commit is contained in:
Bryan Stansell 2025-01-28 12:23:21 -08:00
parent 9cbb5cd602
commit ba8c638db1

View File

@ -2593,7 +2593,7 @@ ParseFile(char *filename, FILE *fp, int level)
} else {
char *fname;
char *sfile;
int *sline;
int sline;
/* word gets destroyed, so save the name */
fname = StrDup(word->string);
sfile = file;