On 11/15/2018 9:17 AM, Black Michael via wsjt-devel wrote:
Was checking out the recent_calls hash and noticed this:

mskrtd.f90:       recent_calls(i)(1:13)=' '

But recent_calls is char*12.

Not correct.  See at top of packjt77.f90:

######################################################################
module packjt77

! These variables are accessible from outside via "use packjt77":
  parameter (MAXHASH=1000,MAXRECENT=10)
  character*13 callsign(MAXHASH)
  integer ihash10(MAXHASH),ihash12(MAXHASH),ihash22(MAXHASH)
  integer n28a,n28b,nzhash
  character*13 recent_calls(MAXRECENT)

  contains
...
######################################################################

        -- 73, Joe, K1JT


_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to