From 720d4be596d3aa7529d9e97eacb744e90b4a8e3f Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Fri, 8 Feb 2013 19:25:55 +0000 Subject: Applying patch 13817. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82774 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/ppf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore') diff --git a/libpcsxcore/ppf.c b/libpcsxcore/ppf.c index 66323780..ab93bbe7 100755 --- a/libpcsxcore/ppf.c +++ b/libpcsxcore/ppf.c @@ -207,7 +207,7 @@ void BuildPPFCache() { buffer[10] = CdromId[8]; buffer[11] = '\0'; - sprintf(szPPF, "%s%s", Config.PatchesDir, buffer); + sprintf(szPPF, "%s/%s", Config.PatchesDir, buffer); ppffile = fopen(szPPF, "rb"); if (ppffile == NULL) return; -- cgit v1.2.3