]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/open-type-font-scheme.cc
* buildscripts/analyse-cxx-log.py: new file. Read compile log to
[lilypond.git] / lily / open-type-font-scheme.cc
index 43f8c32f8d884d56d81393db8f0874a49cffde4f..5eb45a76a8adc2596116f84856ff229dd3064f02 100644 (file)
@@ -52,7 +52,7 @@ LY_DEFINE (ly_otf_font_table_data, "ly:otf-font-table-data", 2, 0, 0,
   char ctag [5] = "    ";
 
   String tag_string = ly_scm2string (tag);
-  strncpy (ctag, tag_string.to_str0 (), tag_string.length ());
+  strncpy (ctag, tag_string.c_str (), tag_string.length ());
 
   String tab = otf->get_otf_table (String (ctag));