From a3474bb48fab5cbd98f9b6e6fde555551715d148 Mon Sep 17 00:00:00 2001 From: Matt1360 Date: Wed, 13 Feb 2008 04:07:59 +0000 Subject: [PATCH] git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@11 83fadc84-e282-4d84-a09a-c4228d6ae7e5 --- src/ScreenArcadePatch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ScreenArcadePatch.cpp b/src/ScreenArcadePatch.cpp index 40468e9a..4dcc53df 100644 --- a/src/ScreenArcadePatch.cpp +++ b/src/ScreenArcadePatch.cpp @@ -194,7 +194,7 @@ bool ScreenArcadePatch::ScanPatch() bool ScreenArcadePatch::CopyPatch() { - Root = ssprintf( "/rootfs/stats/patch-unchecked/%s" , aPatches[0].c_str() ); + Root = ssprintf( "/rootfs/tmp/%s" , aPatches[0].c_str() ); if( FileCopy( sFile , Root ) ) { m_Status.SetText( "Patch copied! Checking..." ); @@ -234,7 +234,7 @@ bool ScreenArcadePatch::CheckSignature() fZip = new RageFileDriverSlice( rf, 0, filesize - 128 ); if (! CryptHelpers::VerifyFile( *fZip, patchSig, patchRSA, sErr ) ) { - m_Status.SetText( ssprintf("Patch signature verification failed: %s", sErr.c_str()) ); + m_Status.SetText( ssprintf("Patch signature verification failed:\n%s", sErr.c_str()) ); return false; } -- 2.11.0