Fix printing of NP and NR over 99 in sourcestats

This commit is contained in:
Miroslav Lichvar 2010-12-01 14:32:26 +01:00
parent e98080b8bb
commit 63ef2badd6

View file

@ -1801,7 +1801,7 @@ process_cmd_sourcestats(char *line)
hostname_buf[25] = 0; hostname_buf[25] = 0;
} }
printf("%-25s %2lu %2lu ", hostname_buf, n_samples, n_runs); printf("%-25s %3lu %3lu ", hostname_buf, n_samples, n_runs);
print_seconds(span_seconds); print_seconds(span_seconds);
printf(" "); printf(" ");
print_freq_ppm(resid_freq_ppm); print_freq_ppm(resid_freq_ppm);