Преглед изворни кода

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

Ryan C. Gordon пре 14 година
родитељ
комит
76fdd9cab6
1 измењених фајлова са 0 додато и 1 уклоњено
  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));