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:
parent
4c77e32305
commit
b61713fb3f
@ -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!
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user