[git] GpgOL - branch, STABLE-BRANCH-2-3, updated. gpgol-2.3.0-11-g2da4032
by Andre Heinecke
cvs at cvs.gnupg.org
Thu Sep 6 17:27:31 CEST 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG extension for MS Outlook".
The branch, STABLE-BRANCH-2-3 has been updated
via 2da40322c2614a3357eac901f970c96cb1c17dbe (commit)
from 907943aec81b5216ab678adf080e4656fcc5cd6a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2da40322c2614a3357eac901f970c96cb1c17dbe
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Thu Sep 6 17:25:48 2018 +0200
Thou shalt not push before compiling
* src/mail.cpp (Mail::refCurrentItem): Fix debug statement.
diff --git a/src/mail.cpp b/src/mail.cpp
index ba79e17..720ec3f 100644
--- a/src/mail.cpp
+++ b/src/mail.cpp
@@ -3487,7 +3487,7 @@ Mail::refCurrentItem()
if (m_currentItemRef)
{
log_debug ("%s:%s: Current item multi ref. Bug?",
- SRCNAME, __func__, count);
+ SRCNAME, __func__);
return;
}
/* This prevents a crash in Outlook 2013 when sending a mail as it
-----------------------------------------------------------------------
Summary of changes:
src/mail.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GnuPG extension for MS Outlook
http://git.gnupg.org
More information about the Gnupg-commits
mailing list