From 33a52a0101b4647f4aa8762b182e94a63c2b31b5 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 25 Jul 2006 01:27:01 +0000 Subject: [PATCH] Fix comment line in getpfx1.f Fix Windows PttPort assignment in wsjt.py git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@206 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- getpfx1.f | 3 ++- wsjt.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/getpfx1.f b/getpfx1.f index 99bd3ba2d..58f798df8 100644 --- a/getpfx1.f +++ b/getpfx1.f @@ -3,7 +3,8 @@ character callsign*12 character*8 c character addpfx*8 - common/gcom4/addpfx !Can't 'include' *.f90 in *.f +C Can't 'include' *.f90 in *.f + common/gcom4/addpfx include 'pfx.f' iz=index(callsign,' ') - 1 diff --git a/wsjt.py b/wsjt.py index bb997220b..e2a3a21af 100644 --- a/wsjt.py +++ b/wsjt.py @@ -1512,7 +1512,7 @@ def update(): Audio.gcom2.nslim2=isync-4 if nosh441.get()==1 and mode.get()=='FSK441': Audio.gcom2.nslim2=99 try: - Audio.gcom2.nport=int(options.ComPort.get()) + Audio.gcom2.nport=int(options.PttPort.get()) except: Audio.gcom2.nport=0