Comment 2 for bug 1587710

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Confirmed as well, this truly is broken.

   return sprintf(
      $num =~ m/\./ || $n || $force
         ? "%.${num_digits}f%s"
         : '%d',
      $num, ($pad,'k','M','G', 'T')[$n]);

The '%d' is only one printf format but two are provided.
I'll check upstream and Debian ...