Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
fc359bbc96
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ public class NativeLibrary {
|
|||
});
|
||||
for(File f : lst) {
|
||||
final String name = f.getName();
|
||||
if(!name.endsWith(".ttf") || !name.endsWith(".otf")) {
|
||||
if(!name.endsWith(".ttf") && !name.endsWith(".otf")) {
|
||||
continue;
|
||||
}
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue