diff options
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; |
