Change wsjtx_dir from '\.' to './' for Linux. Does this still work in Windows?

This commit is contained in:
Joe Taylor 2021-04-23 17:27:00 -04:00
parent a90b938a6d
commit 8024c6a4c3
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ subroutine gen_q65_wave(msg,ntxfreq,mode65,msgsent,iwave,nwave)
data twopi/6.283185307179586476d0/
save
wsjtx_dir='.\'
wsjtx_dir='./'
msgsent=msg
! 1 2 3 4 5
! 12345678901234567890123456789012345678901234567890123456789012345

View File

@ -23,7 +23,7 @@ subroutine q65b(nutc,fcenter,nfcal,nfsample,ikhz,mousedf,ntol,xpol, &
character*80 wsjtx_dir
common/cacb/ca,cb
save
wsjtx_dir='.\'
wsjtx_dir='./'
mycall='K1JT'
hiscall='IV3NWV'