You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :
The text was updated successfully, but these errors were encountered: