Skip to content

Commit

Permalink
Removed a FIXME: actually, the code DOES set an error, as far as I ca…
Browse files Browse the repository at this point in the history
…n tell.
  • Loading branch information
icculus committed Mar 22, 2012
1 parent b7f3e5b commit 76fdd9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/physfs.c
Expand Up @@ -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));
Expand Down

0 comments on commit 76fdd9c

Please sign in to comment.