1
0
Эх сурвалжийг харах

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

We use this technique in several other places, too.
Ryan C. Gordon 8 жил өмнө
parent
commit
0e778b0b16
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      src/physfs.c

+ 0 - 1
src/physfs.c

@@ -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 */