author | Ryan C. Gordon <icculus@icculus.org> |
Thu, 22 Mar 2012 02:58:45 -0400 | |
changeset 1253 | 9fe9a7151447 |
parent 1252 | 60d9a5d666cd |
child 1254 | ca7dfabcae18 |
src/physfs.c | file | annotate | diff | comparison | revisions |
--- a/src/physfs.c Thu Mar 22 02:38:10 2012 -0400 +++ b/src/physfs.c Thu Mar 22 02:58:45 2012 -0400 @@ -2240,7 +2240,6 @@ } /* 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));