trying to make it work without -rdynamic
This commit is contained in:
@@ -41,7 +41,6 @@ public:
|
||||
pFile = V_fopen(szFileName, szOperation);
|
||||
if (!pFile)
|
||||
{
|
||||
Plat_FatalErrorFunc("Failed to open %s: %s\n",strerror(errno));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user