X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=statemc.c;h=dda412d067ce6993c6d3e10f718f27ba77629ed4;hb=ee2469ff17e79b9e3308b51701cb282fdd289f95;hp=dea31a9018090dfbda7a9fdebf12d57b602f4f29;hpb=8653f26be583f06fa9acff94f463755d896ed931;p=innduct.git diff --git a/statemc.c b/statemc.c index dea31a9..dda412d 100644 --- a/statemc.c +++ b/statemc.c @@ -251,7 +251,7 @@ static void notice_processed_counts(Counts *counts, int completed, RESULT_COUNTS(RCI_NOTHING, RCI_TRIPLE_VALS) ); - memset(&counts, 0, sizeof(*counts)); + memset(counts, 0, sizeof(*counts)); free(inprog); free(autodefer);