From 5ab6198e11a0ca19e7fcb99ee483b95eb46a8ee8 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 2 Jun 2000 01:08:25 +0000 Subject: Fix forwarding to work for people other than me. :) [Although apparently * mail-format.c (mail_generate_forward): Fix forwarding to work for people other than me. :) [Although apparently it doesn't really.] svn path=/trunk/; revision=3357 --- mail/mail-format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-format.c') diff --git a/mail/mail-format.c b/mail/mail-format.c index d4840d63c7..85745c6755 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -1426,7 +1426,7 @@ mail_generate_forward (CamelMimeMessage *mime_message, * EMsgComposer will support attaching CamelMimeParts directly, * or something. FIXME. */ - tmpfile = g_strdup ("/tmp/evolution-kludge-XXXX"); + tmpfile = g_strdup ("/tmp/evolution-kludge-XXXXXX"); #ifdef HAVE_MKSTEMP fd = mkstemp (tmpfile); #else -- cgit v1.2.3