summaryrefslogtreecommitdiff
path: root/mh/burst.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/burst.c')
-rw-r--r--mh/burst.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mh/burst.c b/mh/burst.c
index af04317bd..ecf7aa4ff 100644
--- a/mh/burst.c
+++ b/mh/burst.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2005-2019 Free Software Foundation, Inc.
+ Copyright (C) 2005-2024 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -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.