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 debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to