merge
This commit is contained in:
commit
9b4a2324d3
13 changed files with 1140 additions and 7 deletions
|
|
@ -43,7 +43,7 @@ subfontname(char *cfname, char *fname, int maxdepth)
|
|||
}
|
||||
|
||||
/* try default */
|
||||
if(access(t, AREAD) == 0)
|
||||
if(strncmp(t, "/mnt/font/", 10) == 0 || access(t, AREAD) == 0)
|
||||
return t;
|
||||
|
||||
return nil;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue