Commit 07e2d54
committed
FIX: remove cwd from mac font path search
While including the cwd makes sense at first glance, it does not
because
a) the result is cached so the next time your cwd will be
different but we will not find those files
b) the time it takes to search all the files is causing prolems
c) the other 2 platforms do not do this
The comma was introduced to fix what looked like a bug (implicit
string concatenation instead of adding the empty string to the list)
in #11963.
Original code come in via 4799341 in
2011.
closes #121761 parent 2ac048b commit 07e2d54
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
| |||
0 commit comments