[PATCH 2/2] dssenh: change info print format.

Zhang Shuai wxsxsdz at gmail.com
Sat Nov 23 16:43:39 CST 2019


Signed-off-by: Zhang Shuai <wxsxsdz at gmail.com>
---
 dlls/dssenh/tests/dssenh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dssenh/tests/dssenh.c b/dlls/dssenh/tests/dssenh.c
index 6ebb328b5f..427746a4d4 100644
--- a/dlls/dssenh/tests/dssenh.c
+++ b/dlls/dssenh/tests/dssenh.c
@@ -763,7 +763,7 @@ static void test_cipher_modes(const struct ciphermode_test *tests, int testLen)
         }
         else
         {   /* Expected error */
-            ok(!result && GetLastError() == tests[i].expectedError, "Expected %d, got %x.\n",
+            ok(!result && GetLastError() == tests[i].expectedError, "Expected %x, got %x.\n",
                 tests[i].expectedError, GetLastError());
         }
     }
-- 
2.19.1




More information about the wine-devel mailing list