parent
180d0bb62a
commit
0c40449e37
|
@ -1226,10 +1226,10 @@ void ExchndlSetup()
|
|||
atexit(ExchndlShutdown);
|
||||
#endif
|
||||
}
|
||||
void ResetRPTDirectory(char *newPath)
|
||||
void ResetRPTDirectory(TCHAR *newPath)
|
||||
{
|
||||
debug(LOG_WZ, "New RPT directory is %s, was %s", newPath, szLogFileName);
|
||||
_tcscpy(szLogFileName, CW2T(newPath));
|
||||
_tcscpy(szLogFileName, newPath);
|
||||
}
|
||||
void ExchndlShutdown(void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue