Hamlib/lib
Michael Black 1d41268e4c Fixes to termios.c on W32 targets
I was debugging termios.c and this patch fixes two small problems--two
debug printf format problems and another one that causes an extra char
to be read on timeout.

The extra char problem is easily duplicated by using the "w" command
under rigtctl.  Most all other commands use fixed-length response
strings which don't exhibit the problem.  But since "w" does not know
how long the response should be it loops until it times out.  Every time
it times out it would return 1 extra character (this was 100% repeatable
on two different rigs).

Turns out it was a simple typo in the code as the read was using the
write event instead of the read event.
2015-02-22 10:03:24 -06:00
..
Makefile.am Clean up build system, fix test programs 2013-12-10 20:14:22 -06:00
dummy.c Add dummy() function to libmisc.a so that that library will never be empty. 2008-12-08 19:54:06 +00:00
getaddrinfo.c Revert to previous handling of getaddrinfo() 2013-09-15 19:47:49 -05:00
getopt.c Update LGPL/GPL header in lib source files. 2011-08-22 21:38:36 -05:00
getopt.h Update LGPL/GPL header in lib source files. 2011-08-22 21:38:36 -05:00
getopt_long.c Update LGPL/GPL header in lib source files. 2011-08-22 21:38:36 -05:00
gettimeofday.c gr_pwin32.m4/config.h fixes 2003-11-16 22:15:38 +00:00
termios.c Fixes to termios.c on W32 targets 2015-02-22 10:03:24 -06:00
usleep.c Update LGPL/GPL header in lib source files. 2011-08-22 21:38:36 -05:00
win32termios.h Fix a buffer overflow in the Windows termios emulation. 2014-03-24 17:09:03 +00:00