summaryrefslogtreecommitdiff
path: root/examples/mta.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mta.c')
-rw-r--r--examples/mta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/mta.c b/examples/mta.c
index 588447871..223a770a3 100644
--- a/examples/mta.c
+++ b/examples/mta.c
@@ -206,10 +206,10 @@ make_tmp (mu_stream_t in)
size_t size = 0, n;
mu_message_t mesg;
- rc = mu_temp_file_stream_create (&out, NULL, 0);
+ rc = mu_temp_stream_create (&out, 0);
if (rc)
{
- mu_error (_("unable to open temporary file: %s"), mu_strerror (rc));
+ mu_error (_("unable to open temporary stream: %s"), mu_strerror (rc));
exit (EX_UNAVAILABLE);
}

Return to:

Send suggestions and report system problems to the System administrator.