mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Change wsjtx_dir from '\.' to './' for Linux. Does this still work in Windows?
This commit is contained in:
parent
a90b938a6d
commit
8024c6a4c3
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user