summaryrefslogtreecommitdiffstats
path: root/attach.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-04-14 10:46:36 -0700
committerKevin McCarthy <kevin@8t8.us>2019-04-14 10:46:36 -0700
commit205ac654e2a49ab1e7c40a846a527d8ccb41c2b2 (patch)
tree73880fe501cc7d8ee7f94803a56fa6aeece4ef9a /attach.c
parent052b7c24814498f820313b0d0b0598fa99338590 (diff)
Rename mutt_buffer_adv_mktemp().
Remove buffer prefix since all callers now use this version.
Diffstat (limited to 'attach.c')
-rw-r--r--attach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/attach.c b/attach.c
index e443694b..b2eb7789 100644
--- a/attach.c
+++ b/attach.c
@@ -451,7 +451,7 @@ int mutt_view_attachment (FILE *fp, BODY *a, int flag, HEADER *hdr,
{
/* recv case */
mutt_buffer_strcpy (pagerfile, a->filename);
- mutt_buffer_adv_mktemp (pagerfile);
+ mutt_adv_mktemp (pagerfile);
}
else
mutt_buffer_mktemp (pagerfile);