mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 16:30:23 +00:00
Added note about g_sCurrentDir to use g_sDebugDir
This commit is contained in:
parent
cf7de38720
commit
0c06520dc5
@ -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…
Reference in New Issue
Block a user