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
It's specifically lines 2614 - 2616. The removal of that code breaks the Linux build:
{
return M_Strdup("");
}
It's weird, I can add line 2643 {}, and the Linux build is fine. Except I haven't added anything, just a blank something. If I were a programmer this might make sense.
strife-ve-src/src/m_config.c:2643:1: error: expected expression before ‘}’ token
2643 | }
| ^
The text was updated successfully, but these errors were encountered: