Maarten Lankhorst wrote:
> Hello Paul,
>
> 2008/4/1, Paul Vriens <[EMAIL PROTECTED]>:
>> Hi Maarten,
>>
>> +if (!recipients)
>> +recipients = &recips;
>> +
>>
>> Will that work?
>
> Yes. recipients is a pointer.
>
> Cheers,
>
> Maarten.
>
>
>
Yes, sorry for the noise. (Shoul
Hello Paul,
2008/4/1, Paul Vriens <[EMAIL PROTECTED]>:
> Hi Maarten,
>
> +if (!recipients)
> +recipients = &recips;
> +
>
> Will that work?
Yes. recipients is a pointer.
Cheers,
Maarten.
Maarten Lankhorst wrote:
> Removed most LastError tests except where they are useful.
>
>
>
>
>
Hi Maarten,
+if (!recipients)
+recipients = &recips;
+
Will that work?
Cheers,
Paul