mapi32: Remove an unneeded assignment.
This commit is contained in:
parent
1d7318a436
commit
5ce4caf8f3
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue