fixed comment that was mangled in global search-n-replace of 'mode'
This commit is contained in:
parent
dd026a9766
commit
b9d6f7a46e
1 changed files with 1 additions and 1 deletions
|
@ -804,7 +804,7 @@ int APIENTRY WinMain (HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int)
|
||||||
}
|
}
|
||||||
else if(((strcmp(lpCmdLine, "-l") == 0) || (strcmp(lpCmdLine, "-log") == 0)) && (g_fh == NULL))
|
else if(((strcmp(lpCmdLine, "-l") == 0) || (strcmp(lpCmdLine, "-log") == 0)) && (g_fh == NULL))
|
||||||
{
|
{
|
||||||
g_fh = fopen("AppleWin.log", "a+t"); // Open log file (append & text g_nAppMode)
|
g_fh = fopen("AppleWin.log", "a+t"); // Open log file (append & text mode)
|
||||||
CHAR aDateStr[80], aTimeStr[80];
|
CHAR aDateStr[80], aTimeStr[80];
|
||||||
GetDateFormat(LOCALE_SYSTEM_DEFAULT, 0, NULL, NULL, (LPTSTR)aDateStr, sizeof(aDateStr));
|
GetDateFormat(LOCALE_SYSTEM_DEFAULT, 0, NULL, NULL, (LPTSTR)aDateStr, sizeof(aDateStr));
|
||||||
GetTimeFormat(LOCALE_SYSTEM_DEFAULT, 0, NULL, NULL, (LPTSTR)aTimeStr, sizeof(aTimeStr));
|
GetTimeFormat(LOCALE_SYSTEM_DEFAULT, 0, NULL, NULL, (LPTSTR)aTimeStr, sizeof(aTimeStr));
|
||||||
|
|
Loading…
Add table
Reference in a new issue