[nos-bbs] Oops (the LZH fix) and one more thing to note
Maiko Langelaar (ve4klm)
maiko at pcs.mb.ca
Thu Oct 8 10:26:41 EDT 2009
Hi Mark,
1) Made a mistake, the line for that fread() call is line 1081, not 1347.
2) Also, there is an fwrite to fix as well, on line 1260 :
fwrite(packet_data, (unsigned)recvcnt, 1, iFile);
change it to read the following instead :
fwrite(packet_data, (size_t)recvcnt, 1, iFile);
Hopefully that fixes the compressed forwarding anyways.
Maiko Langelaar / VE4KLM
More information about the nos-bbs
mailing list