]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pango-select-scheme.cc
Update guile interface.
[lilypond.git] / lily / pango-select-scheme.cc
index 89330c842ab88a263c49669f2878f8c550ddb93f..7a48daf53584c0e7be0b18582398d3c8a9a6946e 100644 (file)
@@ -19,7 +19,7 @@ LY_DEFINE (ly_make_pango_description_string, "ly:make-pango-description-string",
   PangoFontDescription *pfd = properties_to_pango_description (chain, scm_to_double (size));
   char *str = pango_font_description_to_string (pfd);
 
-  SCM scm_str = scm_makfrom0str (str);
+  SCM scm_str = scm_from_locale_string (str);
   g_free (str);
   pango_font_description_free (pfd);
   return scm_str;