Next | Program Repair Shop | 262 |
$ct_scanout=0 if $ct_scanout;
In the original code, this was:
54 if ($ct_scanout ){ ... 67 $ct_scanout=0; 68 }
We've seen this one before
$ct_scanout=0;
If the code is well-designed, it can often handle both cases the same way
Next | Copyright © 2002 M. J. Dominus |