mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-04 07:02:27 -04:00
Don't inadvertently erase hiscall and hisgrid in a call to q65_hist().
This commit is contained in:
parent
919c4e0d22
commit
bf1d1dace6
@ -731,7 +731,8 @@ subroutine q65_hist(if0,msg0,dxcall,dxgrid)
|
|||||||
msg(nhist)=msg0
|
msg(nhist)=msg0
|
||||||
go to 900
|
go to 900
|
||||||
|
|
||||||
100 dxcall=' ' !This is a lookup request
|
100 if(dxcall(1:3).ne.' ') go to 900
|
||||||
|
dxcall=' ' !This is a lookup request
|
||||||
dxgrid=' '
|
dxgrid=' '
|
||||||
! Look for a decode close to if0, starting with most recent ones
|
! Look for a decode close to if0, starting with most recent ones
|
||||||
do i=nhist,1,-1
|
do i=nhist,1,-1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user