]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
Re-run makelsr
[lilypond.git] / lily / main.cc
index 808274c6e843c5959853a2d032279631690b4196..69af225c7651f4c117b34b050abcea564aa1a1d2 100644 (file)
@@ -480,8 +480,8 @@ main_with_guile (void *, int, char **)
    //  " \"" + lilypond_datadir + "/scm/out\")";
    //scm_c_eval_string (scm_pct_set_fallback.c_str() );
    scm_primitive_eval
-     (scm_list_3 (scm_from_locale_symbol ("set!"),
-                  scm_from_locale_symbol ("%compile-fallback-path"),
+     (scm_list_3 (scm_from_latin1_symbol ("set!"),
+                  scm_from_latin1_symbol ("%compile-fallback-path"),
                   scm_from_locale_string (ly_scm_go_dir.c_str())));
 #endif