Commit 5ce4caf8 authored by Amine Khaldi's avatar Amine Khaldi Committed by Alexandre Julliard

mapi32: Remove an unneeded assignment.

parent 1d7318a4
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment