diff options
| author | b5f0d6c3 <[email protected]> | 2022-05-03 19:24:56 +0800 |
|---|---|---|
| committer | b5f0d6c3 <[email protected]> | 2022-05-03 19:24:56 +0800 |
| commit | 8b7fff158f84eac14c2d822a120e224e0e444ea9 (patch) | |
| tree | 65d7325c91dd410418ec5954e12f19dfe461ed87 /mkvlib | |
| parent | bfd1daa194b6c6ea04bcc5a702475e13036163aa (diff) | |
update mkvtool:fix bug
Diffstat (limited to 'mkvlib')
| -rw-r--r-- | mkvlib/ass.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkvlib/ass.go b/mkvlib/ass.go index 4b38dc1..2244001 100644 --- a/mkvlib/ass.go +++ b/mkvlib/ass.go @@ -733,7 +733,7 @@ func (self *assProcessor) createFontCache(p string) *fontCache { } _types[k] = _list } - if len(_fonts) > 0 && len(_types) > 0 { + if len(_fonts) > 0 { return &fontCache{p, _fonts, _types} } return nil |
