| # | Line 345 | Line 345 | char **av; | |
|---|---|---|
| 345 | op = fname + strlen(fname); | |
| 346 | (void)strcpy(op, ".rad"); | |
| 347 | /* see if we need to run ies2rad */ | |
| 348 | < | if (access(op, 0) == -1) { |
| 348 | > | if (access(fname, 0) == -1) { |
| 349 | (void)strcpy(combuf, "ies2rad");/* build ies2rad command */ | |
| 350 | op = combuf + 7; /* get -m option (first) */ | |
| 351 | if (ac-xa0 >= 2 && !strcmp(av[xa0], "-m")) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |