Quellcode durchsuchen

Removed a FIXME: actually, the code DOES set an error, as far as I can tell.

Ryan C. Gordon vor 14 Jahren
Ursprung
Commit
76fdd9cab6
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      src/physfs.c

+ 0 - 1
src/physfs.c

@@ -2240,7 +2240,6 @@ PHYSFS_File *PHYSFS_openRead(const char *_fname)
             } /* if */
         } /* for */
 
-        /* !!! FIXME: may not set an error if openRead didn't fail. */
         GOTO_IF_MACRO(!io, ERRPASS, openReadEnd);
 
         fh = (FileHandle *) allocator.Malloc(sizeof (FileHandle));