mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 03:58:50 -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
|
||||
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=' '
|
||||
! Look for a decode close to if0, starting with most recent ones
|
||||
do i=nhist,1,-1
|
||||
|
Loading…
Reference in New Issue
Block a user