X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-crypt%2Fpgpinvoke.c;h=312f59eff0fe5142841c81f7266c70044ba56857;hb=1eeaaac6bdcad962c41bf975a32078cc4a0e578c;hp=10878d30a0558581dfa15572ccb25a9191300d80;hpb=3755188848d66fd8c0638ce8514fbf57aa94518f;p=apps%2Fmadmutt.git diff --git a/lib-crypt/pgpinvoke.c b/lib-crypt/pgpinvoke.c index 10878d3..312f59e 100644 --- a/lib-crypt/pgpinvoke.c +++ b/lib-crypt/pgpinvoke.c @@ -108,10 +108,10 @@ _mutt_fmt_pgp_command(char *dest, ssize_t destlen, } if (optional) - mutt_FormatString (dest, destlen, ifstring, _mutt_fmt_pgp_command, data, + m_strformat (dest, destlen, ifstring, _mutt_fmt_pgp_command, data, 0); else if (flags & M_FORMAT_OPTIONAL) - mutt_FormatString (dest, destlen, elsestring, _mutt_fmt_pgp_command, data, + m_strformat (dest, destlen, elsestring, _mutt_fmt_pgp_command, data, 0); return (src); @@ -121,7 +121,7 @@ static void mutt_pgp_command(char *d, ssize_t dlen, struct pgp_command_context *cctx, const char *fmt) { - mutt_FormatString (d, dlen, NONULL (fmt), _mutt_fmt_pgp_command, + m_strformat (d, dlen, NONULL (fmt), _mutt_fmt_pgp_command, (unsigned long) cctx, 0); }