rpms/evolution/devel evolution-2.29.5-mktemp.patch,1.2,1.3

Milan Crha mcrha at fedoraproject.org
Wed Jan 13 18:07:46 UTC 2010


Author: mcrha

Update of /cvs/pkgs/rpms/evolution/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15412

Modified Files:
	evolution-2.29.5-mktemp.patch 
Log Message:
typo in a patch


evolution-2.29.5-mktemp.patch:
 composer/e-composer-autosave.c |    8 ++++++--
 e-util/e-mktemp.c              |   24 +++++++++++++++++++-----
 2 files changed, 25 insertions(+), 7 deletions(-)

Index: evolution-2.29.5-mktemp.patch
===================================================================
RCS file: /cvs/pkgs/rpms/evolution/devel/evolution-2.29.5-mktemp.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- evolution-2.29.5-mktemp.patch	13 Jan 2010 18:05:23 -0000	1.2
+++ evolution-2.29.5-mktemp.patch	13 Jan 2010 18:07:46 -0000	1.3
@@ -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;



More information about the scm-commits mailing list