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
The underlying issue is that open can return a C errno or a toolbox error. if it's a toolbox error, it's stored in MacOSErr and remapped and stored in errno. If it's a C errno, MacOSErr is reset to 0 (and errno is updated, of course).
f001 Access(00f70eac, 6400, 00f60650)
open(Locale/US/General.code, 0801)
File ":Locale:US:General.rez"; Line 71; ### RezIIgs - No error (OS error 0) during open of "General.code".
It probably should have an error number.
The text was updated successfully, but these errors were encountered: