[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
|
@ -94,7 +94,7 @@ struct shape_options_t
|
||||||
if (!hb_shape_full (font, buffer, features, num_features, shapers))
|
if (!hb_shape_full (font, buffer, features, num_features, shapers))
|
||||||
{
|
{
|
||||||
if (error)
|
if (error)
|
||||||
*error = "All shapers failed.";
|
*error = "Shaping failed.";
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue