oops, extra backslash

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@179 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-05-19 19:17:39 +00:00
parent dfdc9988f1
commit 85a9518e07

View File

@ -146,7 +146,7 @@ void GetINIFileName(char * iniFile) {
char * lastSlash = strrchr(iniFile, '\\');
*(lastSlash + 1) = 0;
strncat(iniFile, "\\Plugins\\" INI_NAME,MAX_PATH);
strncat(iniFile, "Plugins\\" INI_NAME,MAX_PATH);
}
}