mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-16 09:01:59 -05:00
Correct a typo: Yukon territory is YT, not VT.
This commit is contained in:
parent
d252214c10
commit
c2c977976c
@ -236,7 +236,7 @@ subroutine unpack77(c77,msg,unpk77_success)
|
||||
"NM ","NY ","NC ","ND ","OH ","OK ","OR ","PA ","RI ","SC ", &
|
||||
"SD ","TN ","TX ","UT ","VT ","VA ","WA ","WV ","WI ","WY ", &
|
||||
"NB ","NS ","QC ","ON ","MB ","SK ","AB ","BC ","NWT","NF ", &
|
||||
"LB ","NU ","VT ","PEI","DC "/
|
||||
"LB ","NU ","YT ","PEI","DC "/
|
||||
|
||||
unpk77_success=.true.
|
||||
|
||||
@ -990,7 +990,7 @@ subroutine pack77_3(nwords,w,i3,n3,c77)
|
||||
"NM ","NY ","NC ","ND ","OH ","OK ","OR ","PA ","RI ","SC ", &
|
||||
"SD ","TN ","TX ","UT ","VT ","VA ","WA ","WV ","WI ","WY ", &
|
||||
"NB ","NS ","QC ","ON ","MB ","SK ","AB ","BC ","NWT","NF ", &
|
||||
"LB ","NU ","VT ","PEI","DC "/
|
||||
"LB ","NU ","YT ","PEI","DC "/
|
||||
|
||||
if(nwords.eq.4 .or. nwords.eq.5 .or. nwords.eq.6) then
|
||||
i1=1
|
||||
|
Loading…
Reference in New Issue
Block a user