Added note about g_sCurrentDir to use g_sDebugDir
This commit is contained in:
parent
cf7de38720
commit
0c06520dc5
1 changed files with 1 additions and 1 deletions
|
@ -2260,7 +2260,7 @@ bool ConfigSave_BufferToDisk ( char *pFileName, ConfigSave_t eConfigSave )
|
|||
|
||||
char sFileName[ MAX_PATH ];
|
||||
|
||||
_tcscpy(sFileName, g_sCurrentDir);
|
||||
_tcscpy(sFileName, g_sCurrentDir); // TODO: g_sDebugDir
|
||||
_tcscat(sFileName, pFileName );
|
||||
|
||||
FILE *hFile = fopen( pFileName, pMode );
|
||||
|
|
Loading…
Add table
Reference in a new issue