=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: crypt32/tests: Remove dead assignment (clang).

Alexandre Julliard julliard at winehq.org
Fri Sep 9 10:56:48 CDT 2011


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Fri Sep  9 17:32:14 2011 +0200

crypt32/tests: Remove dead assignment (clang).

---

 dlls/crypt32/tests/base64.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/crypt32/tests/base64.c b/dlls/crypt32/tests/base64.c
index c5c436b..8f19515 100644
--- a/dlls/crypt32/tests/base64.c
+++ b/dlls/crypt32/tests/base64.c
@@ -117,11 +117,8 @@ static void encodeAndCompareBase64_A(const BYTE *toEncode, DWORD toEncodeLen,
          "Expected %s, got %s\n", expected, ptr);
         ptr += strlen(expected);
         if (trailer)
-        {
             ok(!strncmp(trailer, ptr, strlen(trailer)),
              "Expected trailer %s, got %s\n", trailer, ptr);
-            ptr += strlen(trailer);
-        }
         HeapFree(GetProcessHeap(), 0, str);
     }
 }




More information about the wine-cvs mailing list