diff rogue4/rip.c @ 247:23d2e2bf812f

Enable the logfile on 64-bit Windows. It seems to work without any problems. One use of a non-portable function was corrected in the process.
author John "Elwin" Edwards
date Tue, 17 May 2016 21:28:34 -0400
parents 1b73a8641b37
children d3968e9cb98d
line wrap: on
line diff
--- a/rogue4/rip.c	Sun May 15 19:04:46 2016 -0400
+++ b/rogue4/rip.c	Tue May 17 21:28:34 2016 -0400
@@ -246,7 +246,7 @@
         return;
 #ifdef LOGFILE
     if (lfd >= 0)
-        logfi = fdopen(lfd, "a");
+        logfi = md_fdopen(lfd, "a");
     else
         return;
     if (logfi == NULL)