--- np2/win9xc/trace.cpp 2004/04/02 19:31:27 1.13 +++ np2/win9xc/trace.cpp 2004/04/08 13:08:23 1.14 @@ -369,7 +369,8 @@ void trace_init(void) { tracewin.fh = FILEH_INVALID; #else tracewin.en = 0; - tracewin.fh = trfh_open("traces.txt"); + tracewin.fh = FILEH_INVALID; + trfh_open("traces.txt"); #endif tracecfg.posx = CW_USEDEFAULT;