X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Freadconfig.c;h=ccdf867c63cec3d1c2988ed6feeef48846daf1bb;hp=645a9efe269a0b4a0596d07a5b11d33a56fd42f6;hb=cdb32d069bdcb6fa04ca7e3d87240442665611b0;hpb=02ad941fcb6ccc24fab97dff24a8f5253ab7e538 diff --git a/sbr/readconfig.c b/sbr/readconfig.c index 645a9ef..ccdf867 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 = free_field; + struct field f = {{0}}; struct node *np; struct procstr *ps;