[Pkg-sks-commit] r110 - sks/trunk/sks/debian/patches
chrism at alioth.debian.org
chrism at alioth.debian.org
Thu Jun 19 15:00:00 UTC 2008
Author: chrism
Date: 2008-06-19 14:59:59 +0000 (Thu, 19 Jun 2008)
New Revision: 110
Modified:
sks/trunk/sks/debian/patches/103_recognize_critical
Log:
[project @ 111]
s/lor/land/, to get the critical thing right. Not that it matters as it's nowhere used
Original author: weasel
Date: 2004-01-23 03:23:22.267400+00:00
Modified: sks/trunk/sks/debian/patches/103_recognize_critical
===================================================================
--- sks/trunk/sks/debian/patches/103_recognize_critical 2008-06-19 14:59:45 UTC (rev 109)
+++ sks/trunk/sks/debian/patches/103_recognize_critical 2008-06-19 14:59:59 UTC (rev 110)
@@ -8,7 +8,7 @@
- let ssp_type = cin#read_byte in
+ let ssp_type_byte = cin#read_byte in
+ let ssp_type = ssp_type_byte land 0x7f in
-+ let ssp_critical = ssp_type_byte lor 0x80 in
++ let ssp_critical = ssp_type_byte land 0x80 in
let body = cin#read_string (length - 1) in
{ ssp_length = length - 1;
ssp_type = ssp_type;
More information about the Pkg-sks-commit
mailing list