]> git.donarmstrong.com Git - lilypond.git/commitdiff
(setup_paths): oops.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 17 Feb 2006 11:29:06 +0000 (11:29 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 17 Feb 2006 11:29:06 +0000 (11:29 +0000)
ChangeLog
lily/relocate.cc

index ea48628dff616dae77721a6bcba85b19ff19ca10..418140340e6b3490737b86b217d82bb23a169615 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/relocate.cc (setup_paths): oops.
+
 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
 
        * Documentation/index.html.in: order links: html before PDF.
index a1be7b45914a4bcbf133c6c945a150a0e7297fea..0d9e9c9a6a08850b1e35e421e29c01c4e160a4a4 100644 (file)
@@ -289,7 +289,7 @@ setup_paths (char const *argv0_ptr)
 
   
   vector<string> 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);