diff --git a/util/hb-info.cc b/util/hb-info.cc index e32c18545..9fa6c0b78 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -1028,7 +1028,7 @@ struct info_t } } - printf ("%u %-*s %s\n", i, (int)strlen ("Light"), type, name); + printf ("%u %s %s\n", i, type, name); } }