From f788c5cfa7f93f54a39bcb2da1d4d40ef22854b0 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Thu, 6 Jul 2006 13:54:56 +0000 Subject: [PATCH] - fixed typo that prevented WSJT from going into transmit git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@191 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- fivehz.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fivehz.F90 b/fivehz.F90 index 2e25971ed..c18e70a1b 100644 --- a/fivehz.F90 +++ b/fivehz.F90 @@ -108,7 +108,7 @@ subroutine fivehz if(.not.txtime .or. mute.eq.1) TxOK=0 !Lower TxOK else if(mantx.eq.1 .and. iptt.eq.0 .and. & - mute.eq.0) i2=ptt(nport,1,pttport,iptt) !Raise PTT + mute.eq.0) i2=ptt(nport,pttport,1,iptt) !Raise PTT if(mantx.eq.0 .or. mute.eq.1) TxOK=0 !Lower TxOK endif