mapi32: Write-strings warnings fix

Hans Leidekker hans at it.vu.nl
Sun Jun 4 02:31:56 CDT 2006


On Sunday 04 June 2006 00:27, Andrew Talbot wrote:

>         address = message->lpRecips[i].lpszAddress;
>         if (address)
>         {
>
> would it be safe to omit the initialization of "address"?

Yes, but it shortens the lines below and improves readability of
the code.

 -Hans



More information about the wine-devel mailing list