On 17/12/2015 21:08, KI7MT wrote: > Just a quick observation. A fort.79 file, which looks similar to the > ALL.txt file in content, is being written to the ^/bin directory. Hi Greg,
that's test code, it will not be in a released version. It happens when Fortran code writes to a logical unit number that has not been opened, the Fortran run time just writes to a file called 'fort.<LUN>'. It breaks on Mac too but in a worse way because even our debug builds are a Mac application bundle and the OS X runtime will not allow an application bundle to write to itself. 73 Bill G4WJS. ------------------------------------------------------------------------------ _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
