]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/guile-init.cc
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / guile-init.cc
index 77fd7c59f30630ddf4eccc8dc22f9ae0769c399e..6c2422e76b9cbc7bf61d5ed16d70f95a2eef3cb5 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2006 Han-Wen Nienhuys <hanwen@lilypond.org>
+  (c) 2006--2009 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;