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
