[PATCH] mapi32/prop.c : Remove an unneeded assignment.

Amine Khaldi amine48rz at gmail.com
Thu Dec 17 13:42:14 CST 2009


---
 dlls/mapi32/prop.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mapi32/prop.c b/dlls/mapi32/prop.c
index 1a157da..5a7e8db 100644
--- a/dlls/mapi32/prop.c
+++ b/dlls/mapi32/prop.c
@@ -1835,7 +1835,7 @@ IMAPIProp_fnSetProps(LPMAPIPROP iface, ULONG ulValues,
         else
         {
             /* Add new value */
-            if (!(item = IMAPIPROP_AddValue(This, &lpProps[i])))
+            if (!IMAPIPROP_AddValue(This, &lpProps[i]))
                 hRet = MAPI_E_NOT_ENOUGH_MEMORY;
         }
     }
-- 
1.6.5.1.1367.gcd48



--------------040104000601070205060401--



More information about the wine-patches mailing list