Navigation Menu

Skip to content

Commit

Permalink
FIXME removal: it's okay for the PHYSFS_Io to be NULL here.
Browse files Browse the repository at this point in the history
We use this technique in several other places, too.
  • Loading branch information
icculus committed Aug 8, 2017
1 parent 961c060 commit 0e778b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/physfs.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 0e778b0

Please sign in to comment.