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
Switch string comparison to strcmp
Apparently strcoll can change depending on environmental factors, which
is different from how CC:T functions, so we're using strcmp now.