Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(199)

Unified Diff: lily/guile-init.cc

Issue 219780044: Replace most uses of scm_{from,to}_locale_* with fixed encodings (Closed)
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/grob-property.cc ('k') | lily/include/lily-guile-macros.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/guile-init.cc
diff --git a/lily/guile-init.cc b/lily/guile-init.cc
index 975cab0c2bb8b769c56ff8ea6e0d54269985a397..67ed72822ace306853e6b9ac6dd33a3867c1dc9a 100644
--- a/lily/guile-init.cc
+++ b/lily/guile-init.cc
@@ -51,7 +51,7 @@ ly_init_ly_module (void *)
debug_output ("]\n", false);
}
- scm_primitive_load_path (scm_from_locale_string ("lily.scm"));
+ scm_primitive_load_path (scm_from_ascii_string ("lily.scm"));
}
SCM global_lily_module;
« no previous file with comments | « lily/grob-property.cc ('k') | lily/include/lily-guile-macros.hh » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b