X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frepl.c;h=bbc3cfe83be6a59f3d93ac5dc08ed2eddcc8fab7;hp=d71f27b31f6f601a617928de19ee2a4cb058c878;hb=a87df3543d3bc128ba4079d1f95638476ba5ca50;hpb=bf1c715de0935bc1a472925fcf80be70b30d2724 diff --git a/uip/repl.c b/uip/repl.c index d71f27b..bbc3cfe 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -378,7 +378,7 @@ replout(FILE *inb, char *drft, struct msgs *mp, int mime, char *form, char *filter) { enum state state; - struct field f = {{0}}; + struct field f = free_field; int i; struct comp *cptr; char **ap;