From ebeca74cf663aba815b749c5263cb2d0a3e82218 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 13 Jan 2010 18:07:46 +0000 Subject: [PATCH] typo in a patch --- evolution-2.29.5-mktemp.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;