From 557e35048280abfe5bc7433205c80c83909091f8 Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Mon, 1 Nov 2004 10:36:59 +0000 Subject: [PATCH] * lily/main.cc (dir_info): Fixed typo in the printouts. --- ChangeLog | 4 ++++ lily/main.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5fcc0f8915..6346011e1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-01 Mats Bengtsson + + * lily/main.cc (dir_info): Fixed typo in the printouts. + 2004-11-01 Werner Lemberg * buildscripts/mf-to-table.py (write_fontlist): Improve formatting diff --git a/lily/main.cc b/lily/main.cc index 46dcf7e979..437100dc39 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -154,7 +154,7 @@ dir_info (FILE *out) { fputs ("\n", out); fprintf (out, "LILYPOND_DATADIR=\"%s\"\n", LILYPOND_DATADIR); - fprintf (out, "LOCAL_LILYPOND_DATADIR=\%s\"\n", LOCAL_LILYPOND_DATADIR); + fprintf (out, "LOCAL_LILYPOND_DATADIR=\"\%s\"\n", LOCAL_LILYPOND_DATADIR); fprintf (out, "LOCALEDIR=\"%s\"\n", LOCALEDIR); char *lilypond_prefix = getenv ("LILYPONDPREFIX"); -- 2.39.5