From b61713fb3f31936a2687f3b94fa553310aa1e676 Mon Sep 17 00:00:00 2001 From: Owen Dunn Date: Wed, 25 Jan 2006 22:46:33 +0000 Subject: [PATCH] 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] --- windows/window.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/windows/window.c b/windows/window.c index aa936f39..e5aa45b7 100644 --- a/windows/window.c +++ b/windows/window.c @@ -795,11 +795,6 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) */ set_input_locale(GetKeyboardLayout(0)); - /* - * Open the initial log file if there is one. - */ - logfopen(logctx); - /* * Finally show the window! */