X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fdistsbr.c;h=21b42a5cf883c3b6e9f859ffc0e719ecba1f5879;hp=9c20fdaded6a714ed896f1a6d767ebe15a63e6e0;hb=a87df3543d3bc128ba4079d1f95638476ba5ca50;hpb=bf1c715de0935bc1a472925fcf80be70b30d2724 diff --git a/uip/distsbr.c b/uip/distsbr.c index 9c20fda..21b42a5 100644 --- a/uip/distsbr.c +++ b/uip/distsbr.c @@ -25,7 +25,7 @@ int distout(char *drft, char *msgnam, char *backup) { enum state state; - struct field f = {{0}}; + struct field f = free_field; unsigned char *dp; int resent = 0; FILE *ifp, *ofp; @@ -123,7 +123,7 @@ static int ready_msg(char *msgnam) { enum state state; - struct field f = {{0}}; + struct field f = free_field; char tmpfil[BUFSIZ]; int out; FILE *ifp, *ofp;