| # | Line 37 | Line 37 | char *fname; | |
|---|---|---|
| 37 | return(f); | |
| 38 | } | |
| 39 | /* load the font file */ | |
| 40 | < | if ((pathname = getpath(fname, getlibpath(), R_OK)) == NULL) { |
| 40 | > | if ((pathname = getpath(fname, getrlibpath(), R_OK)) == NULL) { |
| 41 | sprintf(errmsg, "cannot find font file \"%s\"", fname); | |
| 42 | error(USER, errmsg); | |
| 43 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |