]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/getopt-long.cc
* flower/*.cc: remove <? and >?
[lilypond.git] / flower / getopt-long.cc
index d8d750bf0e8bd83f865fc70de72a1f40f86e842c..85b5f0ba9bb07149217b59799e1d19a4052748e6 100644 (file)
@@ -312,7 +312,7 @@ Long_option_init::table_string (Long_option_init *l)
   int wid = 0;
   for (int i = 0; l[i].shortname_char_ || l[i].longname_str0_; i++)
     {
-      wid = wid >? l[i].str_for_help ().length ();
+      wid = max (wid, l[i].str_for_help ().length ());
     }
 
   for (int i = 0; l[i].shortname_char_ || l[i].longname_str0_; i++)