[Pkg-privacy-commits] [hexchat-otr] 01/04: Imported Upstream version 0.2.2
Petter Reinholdtsen
pere at moszumanska.debian.org
Sun Jul 2 10:18:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository hexchat-otr.
commit 2b9e10a7848bcd460e1669fda55f5a2432eabfd0
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Sun Jul 2 11:09:01 2017 +0200
Imported Upstream version 0.2.2
---
configure.ac | 2 +-
src/hexchat_otr.c | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index ed8bb7c..651af60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([hexchat-otr], [0.2.1])
+AC_INIT([hexchat-otr], [0.2.2])
AC_CONFIG_SRCDIR([src/otr.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/src/hexchat_otr.c b/src/hexchat_otr.c
index 7e521c6..1266155 100644
--- a/src/hexchat_otr.c
+++ b/src/hexchat_otr.c
@@ -374,8 +374,10 @@ void printformat (IRC_CTX *ircctx, const char *nick, int lvl, int fnum, ...)
hexchat_set_context (ph, find_query_ctx);
+#pragma GCC diagnostic ignored "-Wformat-nonliteral"
if (g_vsnprintf (msg, sizeof(msg), formats[fnum].def, params) < 0)
g_snprintf (msg, sizeof(msg), "internal error parsing error string (BUG)");
+#pragma GCC diagnostic pop
va_end (params);
hexchat_printf (ph, "OTR: %s", s);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/hexchat-otr.git
More information about the Pkg-privacy-commits
mailing list