[Commits] [SCM] claws branch, master, updated. 3.14.1-106-gd18fa86
claws at claws-mail.org
claws at claws-mail.org
Mon Jan 9 12:37:33 CET 2017
The branch, master has been updated
via d18fa867290823fc182efbfa7bec5caf46205008 (commit)
from 87b362fc337957c73b9ce0d4f7321674693a30ad (commit)
Summary of changes:
src/plugins/tnef_parse/tnef_parse.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit d18fa867290823fc182efbfa7bec5caf46205008
Author: Paul <paul at claws-mail.org>
Date: Mon Jan 9 11:37:25 2017 +0000
fix typo
diff --git a/src/plugins/tnef_parse/tnef_parse.c b/src/plugins/tnef_parse/tnef_parse.c
index fc8b8ef..a9f926f 100644
--- a/src/plugins/tnef_parse/tnef_parse.c
+++ b/src/plugins/tnef_parse/tnef_parse.c
@@ -256,7 +256,7 @@ MimeInfo *tnef_parse_vcard(TNEFStruct *tnef)
ret = g_stat(tmpfilename, &statbuf);
if (ret == -1) {
- debug_printf("couldn't stat tmpfilename '%s'\n", tmpfilename);
+ debug_print("couldn't stat tmpfilename '%s'\n", tmpfilename);
}
if ((ret == -1) || !result) {
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list