diff --git a/evolution-2.29.5-mktemp.patch b/evolution-2.29.5-mktemp.patch index c3d0861..7f44ecf 100644 --- a/evolution-2.29.5-mktemp.patch +++ b/evolution-2.29.5-mktemp.patch @@ -18,7 +18,7 @@ index a289866..f783e6c 100644 + * g_mkstemp(), which brings a small risk of overwriting another * autosave file. The risk is, however, miniscule. */ - if (mktemp (path) == NULL) { -+ fd = g_mkstemp (path) ++ fd = g_mkstemp (path); + if (fd == -1) { g_free (path); return FALSE;