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