From 5e8f9074a653e8b70d489451a78213a6afa85112 Mon Sep 17 00:00:00 2001 From: Steven Franke Date: Wed, 17 Aug 2016 23:33:08 +0000 Subject: [PATCH] Fix a regression that had degraded the accuracy of wsprd frequency reporting. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7034 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/wsprd/wsprd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wsprd/wsprd.c b/lib/wsprd/wsprd.c index 09bdb9af5..daaddc3c7 100644 --- a/lib/wsprd/wsprd.c +++ b/lib/wsprd/wsprd.c @@ -604,7 +604,7 @@ int main(int argc, char *argv[]) float tsync1=0.0,tsync2=0.0,ttotal=0.0; struct result { char date[7]; char time[5]; float sync; float snr; - float dt; float freq; char message[23]; float drift; + float dt; double freq; char message[23]; float drift; unsigned int cycles; int jitter; }; struct result decodes[50];