From 76fdd9cab67ac63c4a65dc103f88167bb27f1154 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 22 Mar 2012 02:58:45 -0400 Subject: [PATCH] Removed a FIXME: actually, the code DOES set an error, as far as I can tell. --- src/physfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/physfs.c b/src/physfs.c index 923b982..6177c05 100644 --- a/src/physfs.c +++ b/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));