]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/open-type-font.cc
Update guile interface.
[lilypond.git] / lily / open-type-font.cc
index 2f2e5fdaad3d50b7eb2cc755ef0083243487d596..7e025bc5b2a0b0a323b4659c2e90726c6c57be6d 100644 (file)
@@ -296,7 +296,7 @@ Open_type_font::glyph_list () const
       if (code)
        warning (_f ("FT_Get_Glyph_Name() returned error: %u", unsigned (code)));
 
-      *tail = scm_cons (scm_makfrom0str (name), SCM_EOL);
+      *tail = scm_cons (scm_from_locale_string (name), SCM_EOL);
       tail = SCM_CDRLOC (*tail);
     }