1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-22 06:38:37 -05:00

Don't explicitly open the logfile on startup; it'll automatically be opened

by logwrite() as necessary.  Should fix win-askappend-multi.

[originally from svn r6533]
This commit is contained in:
Owen Dunn 2006-01-25 22:46:33 +00:00
parent 4c77e32305
commit b61713fb3f

View File

@ -795,11 +795,6 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
*/ */
set_input_locale(GetKeyboardLayout(0)); set_input_locale(GetKeyboardLayout(0));
/*
* Open the initial log file if there is one.
*/
logfopen(logctx);
/* /*
* Finally show the window! * Finally show the window!
*/ */