From: Han-Wen Nienhuys Date: Fri, 17 Feb 2006 11:29:06 +0000 (+0000) Subject: (setup_paths): oops. X-Git-Tag: release/2.7.35~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=27351a737ba64fa455e2b12234acd0c0a47bf660;p=lilypond.git (setup_paths): oops. --- diff --git a/ChangeLog b/ChangeLog index ea48628dff..418140340e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-02-17 Han-Wen Nienhuys + + * lily/relocate.cc (setup_paths): oops. + 2006-02-17 Heikki Junes * Documentation/index.html.in: order links: html before PDF. diff --git a/lily/relocate.cc b/lily/relocate.cc index a1be7b4591..0d9e9c9a6a 100644 --- a/lily/relocate.cc +++ b/lily/relocate.cc @@ -289,7 +289,7 @@ setup_paths (char const *argv0_ptr) vector dirs; - for (char **s = suffixes; *s; s++) + for (char const **s = suffixes; *s; s++) { string path = prefix_directory + to_string ('/') + string (*s); dirs.push_back (path);