]> git.marmaro.de Git - mmh/blobdiff - uip/whom.c
add free_field as standard for struct field
[mmh] / uip / whom.c
index a72c84f0977d88ad413c2d103018482a5676ba00..c4e7e8f87497fa1bee07e0ed603280babc472441 100644 (file)
@@ -204,7 +204,7 @@ static int
 process(char *file)
 {
        enum state state;
-       struct field f = {{0}};
+       struct field f = free_field;
        int compnum;
        FILE *in;