[Commits] [SCM] claws branch, master, updated. 3.16.0-138-gc09f3d7
mones at claws-mail.org
mones at claws-mail.org
Wed Apr 25 15:41:00 CEST 2018
The branch, master has been updated
via c09f3d7dba4e5d556152cc941dc3c8071068b933 (commit)
from 5a69a47415c5c3573edbae60a9cc009550ff08c7 (commit)
Summary of changes:
src/common/log.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit c09f3d7dba4e5d556152cc941dc3c8071068b933
Author: Ricardo Mones <ricardo at mones.org>
Date: Wed Apr 25 15:40:42 2018 +0200
Fix array type to match items
Fixes warnings:
• …from log.c:25: /usr/include/glib-2.0/glib/gmacros.h:284:14: warning:
initialization makes pointer from integer without a cast
• log.c:189:29: warning: return makes integer from pointer without a cast
diff --git a/src/common/log.c b/src/common/log.c
index 8b21061..286b836 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -65,7 +65,7 @@ static gchar *log_filename[LOG_INSTANCE_MAX] = {
};
/* read-only */
-static gchar *log_error_capability[LOG_INSTANCE_MAX] = {
+static gboolean log_error_capability[LOG_INSTANCE_MAX] = {
TRUE,
FALSE
};
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list