summaryrefslogtreecommitdiff
path: root/libpcsxcore/ppf.c
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-07-12 23:56:04 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-07-12 23:56:04 +0000
commit533e6a2bfdc63de3e14f13300ee064564cd9375d (patch)
tree2e622ab8f68c65b99b076c86d4871c685f0c044a /libpcsxcore/ppf.c
parent247d3802e22fe82df7e65deaa71fb20093b69ccc (diff)
downloadpcsxr-533e6a2bfdc63de3e14f13300ee064564cd9375d.tar.gz
Patch 16583 (MaddTheSane);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90937 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/ppf.c')
-rwxr-xr-xlibpcsxcore/ppf.c2
1 files changed, 1 insertions, 1 deletions
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;