From: Laurent MAZET Date: Fri, 28 Nov 2025 15:31:48 +0000 (+0100) Subject: flush output X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=c343134a4525233054db15716bf2db5f18224fb3;p=libviterbi.git flush output --- diff --git a/test/test.c b/test/test.c index 6e9b5a3..17e7037 100644 --- a/test/test.c +++ b/test/test.c @@ -226,6 +226,7 @@ int main (int argc, char *argv[]) char alert = (nb_packet_send == nb_packets) ? '!' : '\0'; if (nb_packet_errors != nb_packet_send) { printf ("EbN0: %5.1f BER: %.1e PER: %.1e%c\n", EbN0, ber, per, alert); + fflush (stdout); } if (per < 1e-2) {