mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[hb-subset] Fix warning
This commit is contained in:
parent
9fc45f70ad
commit
598de82f3a
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ parse_instance (const char *name,
|
|||
{
|
||||
g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_BAD_VALUE,
|
||||
"Error: axis: '%c%c%c%c', not present in fvar or invalid range with min:%.6f max:%.6f",
|
||||
HB_UNTAG (axis_tag), min_val, max_val);
|
||||
HB_UNTAG (axis_tag), (double) min_val, (double) max_val);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue