]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / main.cc
index ea5a29c7bc65e999aaf1f4601d4bccc10b4e7bea..f640801b84a647ecffec6878d371c6b4a3706915 100644 (file)
@@ -57,6 +57,7 @@ string init_name_global;
 /* Selected output backend
    One of (gnome, ps [default], eps, scm, svg, tex, texstr)") */
 string output_backend_global = "ps";
+
 /* Output formats to generate.  */
 string output_format_global = "";
 
@@ -305,7 +306,7 @@ do_chroot_jail ()
   if (components.size () != JAIL_MAX)
     {
       error (_f ("expected %d arguments with jail, found: %u", JAIL_MAX,
-                components.size ()));
+                (unsigned) components.size ()));
       exit (2);
     }