| # | Line 94 | Line 94 | int flags; | |
|---|---|---|
| 94 | ms->next = mlist; | |
| 95 | mlist = ms; | |
| 96 | } | |
| 97 | < | if ((pathname = getpath(mname, getlibpath(), R_OK)) == NULL) { |
| 97 | > | if ((pathname = getpath(mname, getrlibpath(), R_OK)) == NULL) { |
| 98 | sprintf(errmsg, "cannot find mesh file \"%s\"", mname); | |
| 99 | error(USER, errmsg); | |
| 100 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |