From 7f11735aac03f77c2f911aa57ea490f566f91b09 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 3 Nov 2014 23:35:18 +0100 Subject: derp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- c/sha3sum.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c') diff --git a/c/sha3sum.c b/c/sha3sum.c index e44fc51..8b32755 100644 --- a/c/sha3sum.c +++ b/c/sha3sum.c @@ -475,13 +475,13 @@ int main(int argc, char** argv) } } - if ((_R & _C & _O) == null) /* s? */ + if ((_R | _C | _O) == null) /* s? */ { s = _S ? s : _s; c = -((r = (o = (((s << 5) / 100 + 7) >> 3) << 3) << 1) - s); o = o < 8 ? 8 : o; } - else if ((_R & _C) == null) /* !o s? */ + else if ((_R | _C) == null) /* !o s? */ { r = _r; c = _c; -- cgit v1.2.3-70-g09d2