On 02/12/2020 21:55, Rud Merriam wrote:

Also, in 'readc2file' the variable definition 'char* c2file[15];' should not be pointer. It should be ' char c2file[15];'. In the later 'fread' it should be passed as an address:

    nr = fread( &c2file, sizeof(char), 14, fp);

The original is a pointer to a 15 char c-string that doesn't exist. Fortunately, it is never used. It just eats the filename from the beginning of the file.


-73 -
*Rud Merriam K5RUD*
<http://mysticlakesoftware.com/>

Hi Rud,

thanks for the issue report, this is fixed for the next release.

73
Bill
G4WJS.

_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to