oleaut32: Correct output arguments

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Jun 3 05:57:05 CDT 2013


Hi,


Changelog:
     oleaut32: Correct output arguments


Best Regards
  Alistair Leslie-Hughes
-------------- next part --------------
>From c8a257fad4bf1e332a083562c7db72f512f4add0 Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date: Mon, 3 Jun 2013 08:51:07 +1000
Subject: [PATCH] Correct output arguments
To: wine-patches <wine-patches at winehq.org>

---
 dlls/oleaut32/tests/vartest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/oleaut32/tests/vartest.c b/dlls/oleaut32/tests/vartest.c
index c7b46db..0d38b9d 100644
--- a/dlls/oleaut32/tests/vartest.c
+++ b/dlls/oleaut32/tests/vartest.c
@@ -5510,7 +5510,7 @@ static void test_VarCat(void)
             /* Determine the error code for the vt combination */
             ok(hres == expected_error_num,
                 "VarCat: %d, %d returned error, 0x%X expected 0x%X.\n",
-                leftvt, rightvt, expected_error_num, hres);
+                leftvt, rightvt, hres, expected_error_num);
 
             /* Check types are correct */
             ok(V_VT(&result) == resultvt,
-- 
1.8.1.2



More information about the wine-patches mailing list