| # | Line 401 | Line 401 | checkfiles(void) /* check for existence and modified | |
|---|---|---|
| 401 | atos(fntemp, sizeof(fntemp), vval(PCMAP)); | |
| 402 | pcmapname = savqstr(fntemp); | |
| 403 | pcmapdate = fdate(pcmapname); | |
| 404 | – | if (pgmapname == NULL && !nowarn) |
| 405 | – | fprintf(stderr, "%s: warning - '%s' assigned without '%s'\n", |
| 406 | – | progname, vnam(PCMAP), vnam(PGMAP)); |
| 404 | } | |
| 405 | matdate = checklast(vval(MATERIAL)); | |
| 406 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |