every successful fax send
* document -age option for recvstats/xferfaxstats (23 Nov 2004)
* add coversheet information into the q-file (23 Nov 2004)
* fix documentation regarding DesiredEC (23 Nov 2004)
-* change minsp to minbr for consistency (23 Nov 2004)
+* change minsp to minbr for consistency (23 Nov, 2 Dec 2004)
* fix hfaxd problem with file descriptors (23 Nov 2004)
* fix hfaxd from dying on ECONNABORTED (23 Nov 2004)
* add -fpic to DSO build for non-x86 Linux (23 Nov 2004)
case H_RETURNED: status = (FaxSendStatus) atoi(tag); break;
case H_POLL: // H_MINBR collides
- if (cmd[1] == 'm')
+ if (cmd[0] == 'm')
minbr = atoi(tag);
else
addItem(send_poll, tag); break;