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

Unified Diff: lily/grob-property.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-interface.cc ('k') | lily/guile-init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/grob-property.cc
diff --git a/lily/grob-property.cc b/lily/grob-property.cc
index 779f0e91cbcb4712deb96e765e5f4db4f8c4c506..9c6590c5ec1f613c76c71fdf89bc729cdfd250e0 100644
--- a/lily/grob-property.cc
+++ b/lily/grob-property.cc
@@ -83,7 +83,7 @@ Grob::instrumented_set_property (SCM sym, SCM v,
scm_list_n (self_scm (),
scm_from_locale_string (file),
scm_from_int (line),
- scm_from_locale_string (fun),
+ scm_from_ascii_string (fun),
sym, v, SCM_UNDEFINED));
#else
(void) file;
« no previous file with comments | « lily/grob-interface.cc ('k') | lily/guile-init.cc » ('j') | no next file with comments »

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