]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
Update guile interface.
[lilypond.git] / lily / main.cc
index b9e1ce28ea591c42843a9a99beba7b06b7d5d81f..7b2dfd29bb531bbe6860eddbb22299f498275bae 100644 (file)
@@ -424,7 +424,7 @@ main_with_guile (void *, int, char **)
   SCM *tail = &files;
   while (char const *arg = option_parser->get_next_arg ())
     {
-      *tail = scm_cons (scm_makfrom0str (arg), SCM_EOL);
+      *tail = scm_cons (scm_from_locale_string (arg), SCM_EOL);
       tail = SCM_CDRLOC (*tail);
     }