| # | Line 204 | Line 204 | gettext( /* get text structure for material */ | |
|---|---|---|
| 204 | getrlibpath(), R_OK)) == NULL) { | |
| 205 | sprintf(errmsg, "cannot find text file \"%s\"", | |
| 206 | tm->oargs.sarg[tndx(tm)]); | |
| 207 | < | error(USER, errmsg); |
| 207 | > | error(SYSTEM, errmsg); |
| 208 | } | |
| 209 | if ((fp = fopen(s, "r")) == NULL) { | |
| 210 | sprintf(errmsg, "cannot open text file \"%s\"", s); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |