]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/guile-init.cc
Run `make grand-replace'.
[lilypond.git] / lily / guile-init.cc
index 77fd7c59f30630ddf4eccc8dc22f9ae0769c399e..4ba2bd7f2c8a6b0659583596c20836986328ed98 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2006 Han-Wen Nienhuys <hanwen@lilypond.org>
+  (c) 2006--2008 Han-Wen Nienhuys <hanwen@lilypond.org>
   
 */
 
@@ -41,7 +41,7 @@ ly_init_ly_module (void *)
       progress_indication ("]\n");
     }
 
-  scm_primitive_load_path (scm_makfrom0str ("lily.scm"));
+  scm_primitive_load_path (scm_from_locale_string ("lily.scm"));
 }
 
 SCM global_lily_module;