X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fspost.c;h=b8ae562984c347eaf98b85af944d6e89ca1da7a9;hp=04479a1f6247e2ebcd3afbd1c2bc721ea254b3d6;hb=a87df3543d3bc128ba4079d1f95638476ba5ca50;hpb=bf1c715de0935bc1a472925fcf80be70b30d2724 diff --git a/uip/spost.c b/uip/spost.c index 04479a1..b8ae562 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -144,7 +144,7 @@ int main(int argc, char **argv) { enum state state; - struct field f = {{0}}; + struct field f = free_field; int compnum; char *cp, *msg = NULL, **argp, **arguments; char **sargv, buf[BUFSIZ];