X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fopen-type-font.cc;h=50c89a40650c67e164f61b5d68f9fb1314bb181d;hb=72daeab460833e7e46c346a3e377b195674ef9c9;hp=7b3b973ba4e2cc1aaa87343404dc55b0fa40c908;hpb=55ac733b69643a6bc6a83b706c65cb56efd388ef;p=lilypond.git diff --git a/lily/open-type-font.cc b/lily/open-type-font.cc index 7b3b973ba4..50c89a4065 100644 --- a/lily/open-type-font.cc +++ b/lily/open-type-font.cc @@ -50,7 +50,7 @@ load_table (char const *tag_str, FT_Face face, FT_ULong *length) return buffer; } else - programming_error (_f ("Free type error: %s", + programming_error (_f ("FreeType error: %s", freetype_error_string (error_code).c_str () )); @@ -247,7 +247,7 @@ Open_type_font::index_to_charcode (size_t i) const return (size_t) iter->second; else { - programming_error (_ ("Invalid index for character")); + programming_error ("Invalid index for character"); return 0; } }