| # | Line 176 | Line 176 | char *argv[]; | |
|---|---|---|
| 176 | } | |
| 177 | if (argv[i][2] == 'I') { /* file */ | |
| 178 | rval = wordfile(tralp, | |
| 179 | < | getpath(argv[++i],getlibpath(),R_OK)); |
| 179 | > | getpath(argv[++i],getrlibpath(),R_OK)); |
| 180 | if (rval < 0) { | |
| 181 | sprintf(errmsg, | |
| 182 | "cannot open trace include file \"%s\"", | |
| # | Line 198 | Line 198 | char *argv[]; | |
| 198 | } | |
| 199 | if (argv[i][2] == 'E') { /* file */ | |
| 200 | rval = wordfile(tralp, | |
| 201 | < | getpath(argv[++i],getlibpath(),R_OK)); |
| 201 | > | getpath(argv[++i],getrlibpath(),R_OK)); |
| 202 | if (rval < 0) { | |
| 203 | sprintf(errmsg, | |
| 204 | "cannot open trace exclude file \"%s\"", | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |