From c7725b37f699c1f481c90f097c684d0cd578f780 Mon Sep 17 00:00:00 2001 From: hanwen Date: Fri, 17 Feb 2006 11:29:06 +0000 Subject: [PATCH] (setup_paths): oops. --- ChangeLog | 4 ++++ lily/relocate.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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); -- 2.39.5