| # | Line 281 | Line 281 | checklast( /* check files and find most recent */ | |
|---|---|---|
| 281 | return(0); | |
| 282 | while ((fnames = nextword(thisfile, PATH_MAX, fnames)) != NULL) { | |
| 283 | if (thisfile[0] == '!' || | |
| 284 | < | (thisfile[0] == '\\' && thisfile[1] == '!')) |
| 284 | > | (thisfile[0] == '\\' && thisfile[1] == '!')) { |
| 285 | > | if (!lastdate) |
| 286 | > | lastdate = 1; |
| 287 | continue; | |
| 288 | + | } |
| 289 | if (!(thisdate = fdate(thisfile))) | |
| 290 | syserr(thisfile); | |
| 291 | if (thisdate > lastdate) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |