Merge win32 log fix into 1.2 branch.
authorhobbes1069 <hobbes1069@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 30 May 2017 00:12:35 +0000 (00:12 +0000)
committerhobbes1069 <hobbes1069@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 30 May 2017 00:12:35 +0000 (00:12 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3144 01035d8c-6547-0410-b346-abe4f91aad63

freedv/branches/1.2/src/fdmdv2_main.cpp

index 12be3b8b0b6feb27b62ef4c81fa2356d64d23370..836f26f2cf270a6ac39cce5fa1e12b713481a258 100644 (file)
@@ -269,7 +269,7 @@ MainFrame::MainFrame(wxString plugInName, wxWindow *parent) : TopFrame(plugInNam
     m_zoom              = 1.;
 
     #ifdef __WXMSW__
-    g_logfile = fopen("log.txt","wt");
+    g_logfile = stderr;
     #else
     g_logfile = stderr;
     #endif