From f5173cdd1fc9f98883b816697391e8de2ffceba8 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:26:08 +0000 Subject: [PATCH] lilypond-1.3.96 --- lily/input-smob.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/input-smob.cc b/lily/input-smob.cc index 2a9927db86..992c0e5baf 100644 --- a/lily/input-smob.cc +++ b/lily/input-smob.cc @@ -23,7 +23,7 @@ SCM mark_smob (SCM) static int print_smob (SCM s, SCM port, scm_print_state *) { - String str = "#location_str () + ">"; + String str = "#location_str () + ">"; scm_puts (str.ch_C(), port); return 1; } -- 2.39.5