mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[util] Change "All shapers failed." message to "Shaping failed."
Since we now emit this when verification fails as well.
This commit is contained in:
parent
3972e0a8f1
commit
d35f380126
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ struct shape_options_t
|
|||
if (!hb_shape_full (font, buffer, features, num_features, shapers))
|
||||
{
|
||||
if (error)
|
||||
*error = "All shapers failed.";
|
||||
*error = "Shaping failed.";
|
||||
goto fail;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue