flow: fix struct initialization bug
commit1e2ecd6329c1a83dad469165482e1070b9eff2a3
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 19 Dec 2013 16:58:21 +0000 (19 19:58 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 19 Dec 2013 16:58:21 +0000 (19 19:58 +0300)
tree966177b016d6018b8d5a7ad70f73d04a7862168a
parent7a671b456416aaf9f62d4beacb65f2eed6f89ce8
flow: fix struct initialization bug

The index wasn't getting incremented properly so it got confused about
which members were initialized and which were supposed to be set to zero.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_flow.c