[Hamlib-developer] [Hamlib/Hamlib] 4dbce1: Add setvbuf to rigctl.c and rigctld.d to overcome ...
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2022-10-02 13:08:00
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 4dbce1a0aa57e1712d6e0166b428ecdd59b44f3c https://github.com/Hamlib/Hamlib/commit/4dbce1a0aa57e1712d6e0166b428ecdd59b44f3c Author: Mike Black W9MDB <mdb...@ya...> Date: 2022-10-02 (Sun, 02 Oct 2022) Changed paths: M tests/rigctl.c M tests/rigctld.c Log Message: ----------- Add setvbuf to rigctl.c and rigctld.d to overcome non-buffering of stderr on mingw builds. Should also speed up other OS's too since only 1 flush will be executed instead of 2 |