mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
oops, extra backslash
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@179 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
dfdc9988f1
commit
85a9518e07
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user