Win32 doesn't support line buffering, so fflush after every printf.

This commit is contained in:
Andrew Johnson
2007-01-25 21:21:05 +00:00
parent 2d031c46a2
commit cda58de74a

View File

@@ -91,6 +91,7 @@ void event_handler (evargs args)
memcpy(pv->value, args.dbr, dbr_size_n(args.type, args.count));
print_time_val_sts(pv, pv->reqElems);
fflush(stdout);
}
}