X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Freadconfig.c;h=645a9efe269a0b4a0596d07a5b11d33a56fd42f6;hp=ccdf867c63cec3d1c2988ed6feeef48846daf1bb;hb=a87df3543d3bc128ba4079d1f95638476ba5ca50;hpb=bf1c715de0935bc1a472925fcf80be70b30d2724 diff --git a/sbr/readconfig.c b/sbr/readconfig.c index ccdf867..645a9ef 100644 --- a/sbr/readconfig.c +++ b/sbr/readconfig.c @@ -37,7 +37,7 @@ void readconfig(struct node **npp, FILE *ib, char *file, int ctx) { enum state state; - struct field f = {{0}}; + struct field f = free_field; struct node *np; struct procstr *ps;