Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 406471
Collapse All | Expand All

(-)a/fceu2.1.5/src/file.cpp (-1 / +1 lines)
Lines 310-316 Link Here
310
				if(magic==0x088b1f) {
310
				if(magic==0x088b1f) {
311
					 // maybe gzip... 
311
					 // maybe gzip... 
312
312
313
					void* gzfile = gzopen(fileToOpen.c_str(),"rb");
313
					gzFile gzfile = gzopen(fileToOpen.c_str(),"rb");
314
					if(gzfile) {
314
					if(gzfile) {
315
						delete fp;
315
						delete fp;
316
316

Return to bug 406471