X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fslocal.c;h=c3b45e87aaf8b3b7b8a068fa2a675bb28ebf4b00;hp=3b5007db1db4cc08754406109f2c18a39dfcd3e4;hb=cdb32d069bdcb6fa04ca7e3d87240442665611b0;hpb=02ad941fcb6ccc24fab97dff24a8f5253ab7e538 diff --git a/uip/slocal.c b/uip/slocal.c index 3b5007d..c3b45e8 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -725,7 +725,7 @@ static int parse(int fd) { enum state state; - struct field f = free_field; + struct field f = {{0}}; int i, fd1; char *cp, *dp, *lp; struct pair *p, *q;