sdl bugfix: compile with gcc 4.6.2
This commit is contained in:
parent
c1469cb418
commit
afcda92ecb
|
@ -310,7 +310,7 @@ FCEUFILE * FCEU_fopen(const char *path, const char *ipsfn, char *mode, char *ext
|
||||||
if(magic==0x088b1f) {
|
if(magic==0x088b1f) {
|
||||||
// maybe gzip...
|
// maybe gzip...
|
||||||
|
|
||||||
void* gzfile = gzopen(fileToOpen.c_str(),"rb");
|
gzFile gzfile = gzopen(fileToOpen.c_str(),"rb");
|
||||||
if(gzfile) {
|
if(gzfile) {
|
||||||
delete fp;
|
delete fp;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue