mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-11 05:29:55 +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 ];
|
char sFileName[ MAX_PATH ];
|
||||||
|
|
||||||
_tcscpy(sFileName, g_sCurrentDir);
|
_tcscpy(sFileName, g_sCurrentDir); // TODO: g_sDebugDir
|
||||||
_tcscat(sFileName, pFileName );
|
_tcscat(sFileName, pFileName );
|
||||||
|
|
||||||
FILE *hFile = fopen( pFileName, pMode );
|
FILE *hFile = fopen( pFileName, pMode );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user