From 2697ad1d56d570cd0bdb857e2172f769e8364021 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Fri, 12 Jan 2018 01:54:33 +0000 Subject: [PATCH] Don't write blocksize to wsprd.spots because it seems to corrupt the spots sent to wsprnet. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8402 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/wsprd/wsprd_exp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/wsprd/wsprd_exp.c b/lib/wsprd/wsprd_exp.c index 6da51614d..5ba7a40db 100644 --- a/lib/wsprd/wsprd_exp.c +++ b/lib/wsprd/wsprd_exp.c @@ -1389,11 +1389,11 @@ ib++; decodes[i].message, (int)decodes[i].drift, decodes[i].cycles/81, decodes[i].jitter,decodes[i].blocksize); fprintf(fwsprd, - "%6s %4s %3d %3.0f %4.1f %10.6f %-22s %2d %5u %4d %4d\n", + "%6s %4s %3d %3.0f %4.1f %10.6f %-22s %2d %5u %4d\n", decodes[i].date, decodes[i].time, (int)(10*decodes[i].sync), decodes[i].snr, decodes[i].dt, decodes[i].freq, decodes[i].message, (int)decodes[i].drift, decodes[i].cycles/81, - decodes[i].jitter,decodes[i].blocksize); + decodes[i].jitter); } printf("\n");