[Commits] utils.c 1.36.2.204 1.36.2.205
mones at claws-mail.org
mones at claws-mail.org
Fri Oct 12 12:59:53 CEST 2012
Update of /home/claws-mail/claws/src/common
In directory srv:/tmp/cvs-serv18797/src/common
Modified Files:
Tag: gtk2
utils.c
Log Message:
2012-10-12 [mones] 3.8.1cvs94
* src/common/utils.c
Remove undeclared mutex symbol
Index: utils.c
===================================================================
RCS file: /home/claws-mail/claws/src/common/utils.c,v
retrieving revision 1.36.2.204
retrieving revision 1.36.2.205
diff -u -d -r1.36.2.204 -r1.36.2.205
--- utils.c 12 Oct 2012 10:29:00 -0000 1.36.2.204
+++ utils.c 12 Oct 2012 10:59:51 -0000 1.36.2.205
@@ -5311,8 +5311,7 @@
GMutex *cm_mutex_new(void) {
#if GLIB_CHECK_VERSION(2,32,0)
- GMutex *m = mutex;
- m = g_new0(GMutex, 1);
+ GMutex *m = g_new0(GMutex, 1);
g_mutex_init(m);
return m;
#else
More information about the Commits
mailing list