]> git.marmaro.de Git - mmh/blobdiff - uip/sortm.c
add free_field as standard for struct field
[mmh] / uip / sortm.c
index 61953e17fbe7fbcb61737b22ee1c384d80992bf0..6d45d35dc4b0149a7b10bd724b966500d21dcebc 100644 (file)
@@ -321,7 +321,7 @@ static int
 get_fields(char *datesw, int msg, struct smsg *smsg)
 {
        enum state state;
-       struct field f = {{0}};
+       struct field f = free_field;
        int compnum;
        char *msgnam;
        struct tws *tw;