Some tweaks to the Tx macro code, and a few small clean-ups.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3070 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-03-22 19:57:32 +00:00
parent 22957fb355
commit 5af5bd6598
4 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ private:
qint32 m_FreqUnits;
qint32 m_hdivs;
bool m_dataFromDisk;
char m_sutc[5];
char m_sutc[6];
qint32 m_line;
qint32 m_fSample;
qint32 m_i0;