Author: akhaldi
Date: Wed Mar 25 16:00:04 2015
New Revision: 66881

URL: http://svn.reactos.org/svn/reactos?rev=66881&view=rev
Log:
[MAPI32_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

Modified:
    trunk/rostests/winetests/mapi32/prop.c

Modified: trunk/rostests/winetests/mapi32/prop.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/mapi32/prop.c?rev=66881&r1=66880&r2=66881&view=diff
==============================================================================
--- trunk/rostests/winetests/mapi32/prop.c      [iso-8859-1] (original)
+++ trunk/rostests/winetests/mapi32/prop.c      [iso-8859-1] Wed Mar 25 
16:00:04 2015
@@ -1232,7 +1232,7 @@
 
     /* GetLastError - No errors set */
     lpError = NULL;
-    IPropData_GetLastError(lpIProp, E_INVALIDARG, 0, &lpError);
+    sc = IPropData_GetLastError(lpIProp, E_INVALIDARG, 0, &lpError);
     ok(sc == S_OK && !lpError,
        "GetLastError: Expected S_OK, null, got 0x%08X,%p\n", sc, lpError);
 


Reply via email to