From: fred Date: Tue, 26 Mar 2002 23:26:08 +0000 (+0000) Subject: lilypond-1.3.96 X-Git-Tag: release/1.5.59~1403 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f5173cdd1fc9f98883b816697391e8de2ffceba8;p=lilypond.git lilypond-1.3.96 --- 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; }