diff --git a/aegisub/src/font_file_lister.cpp b/aegisub/src/font_file_lister.cpp index 2beea0caf..5951077a2 100644 --- a/aegisub/src/font_file_lister.cpp +++ b/aegisub/src/font_file_lister.cpp @@ -94,6 +94,8 @@ void FontCollector::ProcessDialogueLine(AssDialogue *line, int index) { } void FontCollector::ProcessChunk(std::pair const& style) { + if (style.second.chars.empty()) return; + FontFileLister::CollectionResult res = lister.GetFontPaths(style.first.facename, style.first.bold, style.first.italic, style.second.chars); if (res.paths.empty()) {