FIXME removal: it's okay for the PHYSFS_Io to be NULL here.

We use this technique in several other places, too.
This commit is contained in:
Ryan C. Gordon 2017-08-08 15:27:32 -04:00
parent 961c0604dc
commit 0e778b0b16
1 changed files with 0 additions and 1 deletions

View File

@ -1661,7 +1661,6 @@ int PHYSFS_setWriteDir(const char *newDir)
if (newDir != NULL)
{
/* !!! FIXME-3.0: PHYSFS_Io shouldn't be NULL */
writeDir = createDirHandle(NULL, newDir, NULL, 1);
retval = (writeDir != NULL);
} /* if */