[Commits] [SCM] claws branch, master, updated. 3.11.1-106-gd674287

ticho at claws-mail.org ticho at claws-mail.org
Sat May 30 17:37:29 CEST 2015


The branch, master has been updated
       via  d67428796190e6f730d2d74b9fd8a02c8d236687 (commit)
      from  fed3e19ea57b2a9332b42c22183bdf55d64af2e9 (commit)

Summary of changes:
 src/common/utils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit d67428796190e6f730d2d74b9fd8a02c8d236687
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sat May 30 17:36:34 2015 +0200

    Fix typo in variable name in Windows g_open() implementation.

diff --git a/src/common/utils.c b/src/common/utils.c
index aecb84c..064d12a 100644
--- a/src/common/utils.c
+++ b/src/common/utils.c
@@ -210,7 +210,7 @@ int g_open(const gchar *filename, int flags, int mode)
 	char *name = g_win32_locale_filename_from_utf8(filename);
 	int fd = open(name, flags, mode);
 	g_free(name);
-	return fp;
+	return fd;
 #else
 	return open(filename, flags, mode);
 #endif

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list