Ver a proveniência

Follow International System of Units spacing rules

master
Ingo Feinerer há 5 anos
committed by Aaron Marcher
ascendente
cometimento
b14e039639
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      util.c

+ 1
- 1
util.c Ver ficheiro

@@ -123,7 +123,7 @@ fmt_human(uintmax_t num, int base)
scaled /= base;
}

return bprintf("%.1f%s", scaled, prefix[i]);
return bprintf("%.1f %s", scaled, prefix[i]);
}

int


Carregando…
Cancelar
Guardar