Skip to content

Commit

Permalink
fontselect: show codepoint in "failed to find any fallback" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
astiob committed Sep 8, 2021
1 parent d170d89 commit 40bb843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libass/ass_fontselect.c
Original file line number Diff line number Diff line change
Expand Up @@ -954,8 +954,8 @@ char *ass_font_select(ASS_FontSelector *priv,
italic, res, *index, *postscript_name ? *postscript_name : "(none)");
else
ass_msg(priv->library, MSGL_WARN,
"fontselect: failed to find any fallback for font: "
"(%s, %d, %d)", family, bold, italic);
"fontselect: failed to find any fallback with glyph 0x%X for font: "
"(%s, %d, %d)", code, family, bold, italic);

return res;
}
Expand Down

0 comments on commit 40bb843

Please sign in to comment.