]> git.marmaro.de Git - mmh/blobdiff - uip/spost.c
add free_field as standard for struct field
[mmh] / uip / spost.c
index 04479a1f6247e2ebcd3afbd1c2bc721ea254b3d6..b8ae562984c347eaf98b85af944d6e89ca1da7a9 100644 (file)
@@ -144,7 +144,7 @@ int
 main(int argc, char **argv)
 {
        enum state state;
-       struct field f = {{0}};
+       struct field f = free_field;
        int compnum;
        char *cp, *msg = NULL, **argp, **arguments;
        char **sargv, buf[BUFSIZ];