X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=commands.c;h=889ac8a38defed37ae2e4c03f99b5fb1eccf051b;hb=9274cbe8e6410ddb95ddc667faa678a29da85420;hp=0cfc226f8ddc64a31217f237cf9280149ea29e99;hpb=c22c84b23ab59c81ccd397c992b1c4adbbddeb80;p=apps%2Fmadmutt.git diff --git a/commands.c b/commands.c index 0cfc226..889ac8a 100644 --- a/commands.c +++ b/commands.c @@ -214,7 +214,7 @@ int mutt_display_message (HEADER * cur) } /* Invoke the builtin pager */ - memset (&info, 0, sizeof (pager_t)); + p_clear(&info, 1); info.hdr = cur; info.ctx = Context; rc = mutt_pager (NULL, tempfile, M_PAGER_MESSAGE, &info); @@ -580,7 +580,7 @@ void mutt_enter_command (void) return; err.data = errbuf; err.dsize = sizeof (errbuf); - memset (&token, 0, sizeof (token)); + p_clear(&token, 1); r = mutt_parse_rc_line (buffer, &token, &err); p_delete(&token.data); if (errbuf[0]) {