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:
parent
961c0604dc
commit
0e778b0b16
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue