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
We can fix this by checking whether ourDIR is zero before calling opendir. If not, either generate an error or silently call closedir. I'd tend to favor the former, for while that might break some existing code, it hints at the user that something is wrong. But I could live with either.
The text was updated successfully, but these errors were encountered:
We can fix this by checking whether
ourDIR
is zero before callingopendir
. If not, either generate an error or silently callclosedir
. I'd tend to favor the former, for while that might break some existing code, it hints at the user that something is wrong. But I could live with either.The text was updated successfully, but these errors were encountered: