On Tuesday 17 October 2006 14:01, Andy Lester wrote:

> On Oct 17, 2006, at 3:33 PM, Kevin Tew wrote:
> >    if (!info->thaw_result)  info->thaw_result = pmc;
> >    else                               *info->thaw_ptr   = pmc;
>
> No, definitely not.
>
> if ( foo ) {
>      bar();
> }
> else {
>      bat();
> }

Chip already weighed in the other way.

-- c

Reply via email to