From 5525930e79b15e787ceb4ad2130a374d44288795 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 8 Sep 2000 19:41:17 +0200 Subject: [PATCH] patch::: 1.3.85.jcn1 --- VERSION | 2 +- lily/translator-group.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 90149d788b..7ed1603d18 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=85 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=jcn1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/lily/translator-group.cc b/lily/translator-group.cc index 02eb4c7fb9..dc1b92025a 100644 --- a/lily/translator-group.cc +++ b/lily/translator-group.cc @@ -115,7 +115,7 @@ Translator_group::find_create_translator_l (String n, String id) return existing; Link_array path - = unsmob_translator_def (definition_)->path_to_acceptable_translator (gh_str02scm (n.ch_C()), output_def_l ()); + = unsmob_translator_def (definition_)->path_to_acceptable_translator (ly_str02scm ((char*)n.ch_C()), output_def_l ()); if (path.size ()) { -- 2.39.5