[Pkg-privacy-commits] [libotr] 28/225: * src/proto.h: Fix typo in policy #defines.

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:44:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository libotr.

commit 5e1f5b5744af01577938643b53b2b93bef79c362
Author: cypherpunk <cypherpunk>
Date:   Sun Nov 20 20:31:45 2005 +0000

    	* src/proto.h: Fix typo in policy #defines.
---
 ChangeLog   | 4 ++++
 src/proto.h | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cf826f9..8c9e309 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-20
+
+	* src/proto.h: Fix typo in policy #defines.
+
 2005-11-02
 
 	* README:
diff --git a/src/proto.h b/src/proto.h
index 5fd2d3a..bb2cf08 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -40,8 +40,8 @@ typedef unsigned int OtrlPolicy;
 #define OTRL_POLICY_ALLOW_V2			0x02
 #define OTRL_POLICY_REQUIRE_ENCRYPTION		0x04
 #define OTRL_POLICY_SEND_WHITESPACE_TAG		0x08
-#define OTRL_POLICY_WHITESPACE_START_AKE	0x08
-#define OTRL_POLICY_ERROR_START_AKE		0x10
+#define OTRL_POLICY_WHITESPACE_START_AKE	0x10
+#define OTRL_POLICY_ERROR_START_AKE		0x20
 
 #define OTRL_POLICY_VERSION_MASK (OTRL_POLICY_ALLOW_V1 | OTRL_POLICY_ALLOW_V2)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git



More information about the Pkg-privacy-commits mailing list