]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-guile.cc
string() -> to_string()
[lilypond.git] / lily / lily-guile.cc
index c49923bbf9373ad9f919baafe7d2bccca0c73897..cab31a2124a2bbb444eb6e84e79a4db03b158ae6 100644 (file)
@@ -85,7 +85,7 @@ gulp_file_to_string (String fn)
     {
       String e = _f ("can't find file: `%s'", fn);
       e += " ";
-      e += _f ("(load path: `%s')", global_path.string ());
+      e += _f ("(load path: `%s')", global_path.to_string ());
       error (e);
     }
   else if (verbose_global_b)