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();
}

--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance




Reply via email to