This efax bug includes a patch to initialize ifile and ovfile to zeros. I just wanted to comment that you don't have to write out the while struct of zeros, because missing values are automatically zeroed. So, instead of:
IFILE ifile = { 0, 0, {}, 0, 0, 0, 0, {}, 0, 0, {}, 0, 0, 0, 0 } ;
you can just write:
IFILE ifile = { 0 } ;
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

