diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-12 23:56:04 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-12 23:56:04 +0000 |
| commit | 533e6a2bfdc63de3e14f13300ee064564cd9375d (patch) | |
| tree | 2e622ab8f68c65b99b076c86d4871c685f0c044a /libpcsxcore/ppf.c | |
| parent | 247d3802e22fe82df7e65deaa71fb20093b69ccc (diff) | |
| download | pcsxr-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-x | libpcsxcore/ppf.c | 2 |
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; |
