Merge branch 'DiSlord_test_branch'

pull/4/head
erikkaashoek 6 years ago
commit 6e6bcf1867

@ -909,7 +909,7 @@ static void trace_get_value_string(
plot_printf(&buf2[1], sizeof(buf2) -1, "%3.1f" , (dfreq + 50000) / 1000000.0);
}
#else
plot_printf(&buf2[1], sizeof(buf2) -1, "% 8.3qHz" , dfreq);
plot_printf(&buf2[1], sizeof(buf2) -1, "%8.3qHz" , dfreq);
}
#endif
v = value(coeff[i]);

Loading…
Cancel
Save

Powered by TurnKey Linux.