demo/tut3.c: memset options to 0 before modifying
authorIan Abbott <abbotti@mev.co.uk>
Mon, 14 May 2012 14:04:10 +0000 (15:04 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 14 May 2012 14:04:10 +0000 (15:04 +0100)
commit648fac47723bc3578a11d88314a2b4769268f511
treef7571d993bef679022b8f2abb6e94d78b71e17ae
parentd1ad074b8c961cd70802d0270c22e5ad7b9620e7
demo/tut3.c: memset options to 0 before modifying

options.verbose was used uninitialized.
demo/tut3.c