caffeine
caffeine copied to clipboard
Ensure all PRIF calls with an optional stat argument actually set it when present
Most of the PRIF calls accept an optional stat argument, and many/most are currently completely ignoring it which is non-compliant.
We should audit all PRIF entry points to ensure they include code like :
if (present(stat)) stat=0