X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/97bb4983b53b2f67756b0b3cc800105e13bfcddb..48a82e75469e3bea1eaa88b7fbd4d28a3f275af2:/sbr/fmt_compile.c diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index 5a4e4b8b..389e16c4 100644 --- a/sbr/fmt_compile.c +++ b/sbr/fmt_compile.c @@ -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); }