]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_compile.c
fmt_rfc2047.c: Tables hexindex[] and index_64[] can be const.
[nmh] / sbr / fmt_compile.c
index 5a4e4b8b062cdb6423bbca272cb4c943696be60b..389e16c491d62460dfa602e0e094e88b223e8bf9 100644 (file)
@@ -559,7 +559,7 @@ do_name(char *sp, int preprocess)
            CERROR("component used as both date and address");
        }
        if (cm->c_tws) {
-           memset (cm->c_tws, 0, sizeof *cm->c_tws);
+           ZERO(cm->c_tws);
        } else {
            NEW0(cm->c_tws);
        }