Uploaded the new PathUtils.c file into the wrong location.

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@295 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
Jake.Stine 2008-11-05 09:19:20 +00:00 committed by Gregory Hainaut
parent d274c25b2b
commit 5f2a0d8e89
3 changed files with 2 additions and 2 deletions

View File

@ -706,7 +706,7 @@
>
</File>
<File
RelativePath="..\PathUtils.c"
RelativePath="..\..\PathUtils.c"
>
</File>
<File

View File

@ -46,7 +46,7 @@ void GetConfigFilename( char* dest )
// Load a user-specified configuration.
// If the configuration isn't found, fail outright (see below)
CombinePaths( dest, ".", g_CustomConfigFile );
CombinePaths( dest, g_WorkingFolder, g_CustomConfigFile );
}
else
{