Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37403873
en ru br
ALT Linux repos
S:2.6.5-alt1

Group :: Emulators
RPM: fceux

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: fceux-2.1.4a-alt-zlib-1.2.7.patch
Download


diff --git a/fceu2.1.4a/src/file.cpp b/fceu2.1.4a/src/file.cpp
index e3787b1..a768598 100755
--- a/fceu2.1.4a/src/file.cpp
+++ b/fceu2.1.4a/src/file.cpp
@@ -310,7 +310,7 @@ FCEUFILE * FCEU_fopen(const char *path, const char *ipsfn, char *mode, char *ext
 				if(magic==0x088b1f) {
 					 // maybe gzip... 
 
-					void* gzfile = gzopen(fileToOpen.c_str(),"rb");
+					gzFile gzfile = gzopen(fileToOpen.c_str(),"rb");
 					if(gzfile) {
 						delete fp;
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin