From 3c853df1bcbd69258b0f14556237b3ab7055aa82 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 15 Apr 2021 13:53:45 -0400 Subject: [PATCH] Make sure m_TRperiod is defined before use. --- map65/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/map65/mainwindow.cpp b/map65/mainwindow.cpp index 3ecf69f35..7dfe2bca3 100644 --- a/map65/mainwindow.cpp +++ b/map65/mainwindow.cpp @@ -158,6 +158,7 @@ MainWindow::MainWindow(QWidget *parent) : m_nsave=0; m_modeJT65=0; m_modeQ65=0; + m_TRperiod=60; m_modeTx="JT65"; bTune=false; txPower=100;