X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Fgetopt-long.cc;h=37a964219dbecc5929968e497d7c5297b8dcafbe;hb=43736f5fda73a9cc336ee0bda14b3cf56adc2841;hp=2cb537c67b39724afa5d06e57f8697e3e7115277;hpb=16cb456cabf477f6d398ff731aa0f10b60913394;p=lilypond.git diff --git a/flower/getopt-long.cc b/flower/getopt-long.cc index 2cb537c67b..37a964219d 100644 --- a/flower/getopt-long.cc +++ b/flower/getopt-long.cc @@ -310,7 +310,7 @@ Long_option_init::table_string (Long_option_init *l) s += string (wid - s.length () + EXTRA_SPACES, ' '); string help_text (gettext (l[i].help_str0_)); - replace_all (help_text, "\n", + replace_all (&help_text, "\n", "\n" + string (wid + EXTRA_SPACES + 2, ' ')); tabstr += s + help_text + "\n"; }