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
This commit is contained in:
Joe Taylor 2006-07-25 01:27:01 +00:00
parent b9ec5aab67
commit 33a52a0101
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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