From 533e6a2bfdc63de3e14f13300ee064564cd9375d Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Sat, 12 Jul 2014 23:56:04 +0000 Subject: Patch 16583 (MaddTheSane); git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90937 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/ppf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/ppf.c') diff --git a/libpcsxcore/ppf.c b/libpcsxcore/ppf.c index ab93bbe7..3d2f9f30 100755 --- a/libpcsxcore/ppf.c +++ b/libpcsxcore/ppf.c @@ -182,7 +182,7 @@ void BuildPPFCache() { FILE *ppffile; char buffer[12]; char method, undo = 0, blockcheck = 0; - int dizlen, dizyn; + int dizlen = 0, dizyn; unsigned char ppfmem[512]; char szPPF[MAXPATHLEN]; int count, seekpos, pos; -- cgit v1.2.3