summaryrefslogtreecommitdiff
path: root/mh/burst.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/burst.c')
-rw-r--r--mh/burst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh/burst.c b/mh/burst.c
index 6170016fd..74cb4af79 100644
--- a/mh/burst.c
+++ b/mh/burst.c
@@ -331,7 +331,7 @@ flush_stream (struct burst_stream *bs, char *buf, size_t size)
return;
if (!bs->stream)
{
- if ((rc = mu_temp_file_stream_create (&bs->stream, NULL, 0)))
+ if ((rc = mu_temp_stream_create (&bs->stream, 0)))
{
mu_error (_("Cannot open temporary file: %s"),
mu_strerror (rc));

Return to:

Send suggestions and report system problems to the System administrator.