]> git.donarmstrong.com Git - lilypond.git/commitdiff
(do_chroot_jail): printf format fix.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 16 Mar 2006 13:47:10 +0000 (13:47 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 16 Mar 2006 13:47:10 +0000 (13:47 +0000)
ChangeLog
THANKS
lily/main.cc

index 59e034af07a3ddfc7014b68fa4f43cbbf7147cc4..fc2e6fccb854f66172944a0dd220f7a5ce7ce9e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/main.cc (do_chroot_jail): printf format fix.
+
        * lily/tie-formatting-problem.cc (generate_configuration):
        multiply y-shift for dot with direction.
  
diff --git a/THANKS b/THANKS
index 41cc80905af87ef55b5c1ef8c4134e6987dd6d1f..616b1e9fa8537b67b3b2e265b2423133df2ce39d 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -87,6 +87,7 @@ Matevž Jekovec
 Michael Kiermaier
 Michael Welsh Duggan
 Milan Zamazal
+Nicolas Mayencourt
 Orm Finnendahl
 Patrick K Welton
 Paul Scott
index 6f985ae25381650c0993d20266e0ef92fc117d5d..67e22fb04e8d33d714899303fa444111a1043ba0 100644 (file)
@@ -303,7 +303,7 @@ do_chroot_jail ()
   vector<string> components = string_split (jail_spec, ',');
   if (components.size () != JAIL_MAX)
     {
-      error (_f ("expected %d arguments with jail, found: %d", JAIL_MAX,
+      error (_f ("expected %d arguments with jail, found: %u", JAIL_MAX,
                 components.size ()));
       exit (2);
     }