Juan Lang : crypt32: Fix a typo.

Alexandre Julliard julliard at winehq.org
Wed Feb 11 09:24:44 CST 2009


Module: wine
Branch: master
Commit: 7124467ef4f4be88aab3cfd14c395f51c3b35f4b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7124467ef4f4be88aab3cfd14c395f51c3b35f4b

Author: Juan Lang <juan.lang at gmail.com>
Date:   Tue Feb 10 10:41:32 2009 -0800

crypt32: Fix a typo.

---

 dlls/crypt32/tests/chain.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/crypt32/tests/chain.c b/dlls/crypt32/tests/chain.c
index 34523b3..67b7e92 100644
--- a/dlls/crypt32/tests/chain.c
+++ b/dlls/crypt32/tests/chain.c
@@ -1196,7 +1196,7 @@ static void checkElementStatus(const CERT_TRUST_STATUS *expected,
         todo_wine
         ok(got->dwInfoStatus == expected->dwInfoStatus ||
          broken((got->dwInfoStatus & ~ignore->dwInfoStatus) ==
-         (expected->dwInfoStatus & ignore->dwInfoStatus)),
+         (expected->dwInfoStatus & ~ignore->dwInfoStatus)),
          "Chain %d, element [%d,%d]: expected info %08x, got %08x\n",
          testIndex, chainIndex, elementIndex, expected->dwInfoStatus,
          got->dwInfoStatus);




More information about the wine-cvs mailing list