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