X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftext-metrics.cc;h=05b17fdfccca442235b7c6b335bcead786dac60f;hb=ac01634a7d17566469ad54af5f3d59d5967392a9;hp=164d0062ffdf5452a97560207321591c2fe1347a;hpb=052eddb409fd6b556fbf2bcd37c9ab07f226a154;p=lilypond.git diff --git a/lily/text-metrics.cc b/lily/text-metrics.cc index 164d0062ff..05b17fdfcc 100644 --- a/lily/text-metrics.cc +++ b/lily/text-metrics.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2006 Han-Wen Nienhuys + (c) 2004--2007 Han-Wen Nienhuys */ #include "dimensions.hh" @@ -31,7 +31,7 @@ lookup_tex_text_dimension (Font_metric *font, SCM text) if (text_dimension_hash_tab) { scm_hash_ref (text_dimension_hash_tab, - scm_makfrom0str (key_str.c_str ()), + ly_string2scm (key_str), SCM_BOOL_F); } if (scm_is_pair (val))