| # | Line 52 | Line 52 | int flags; | |
|---|---|---|
| 52 | sc->next = slist; | |
| 53 | slist = sc; | |
| 54 | } | |
| 55 | < | if ((pathname = getpath(sname, getlibpath(), R_OK)) == NULL) { |
| 55 | > | if ((pathname = getpath(sname, getrlibpath(), R_OK)) == NULL) { |
| 56 | sprintf(errmsg, "cannot find octree file \"%s\"", sname); | |
| 57 | error(USER, errmsg); | |
| 58 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |