I made a mistake above, it should be ne.3 not ne.4

I've tested it now in ft8code[.exe] and it does what's expected
(treats user input of 'RR73' as the token rather than as the grid
square), but I haven't tested what other flow-on effects there might
be.

The patch is viewable here:
https://sourceforge.net/u/vk3pgo/wsjt/ci/c61f5476d6110182e97a81a780faddef2748831c/

and copied below (it's a one line change).

Cheers and all the best

Pengo VK3PGO

--- a/lib/77bit/packjt77.f90
+++ b/lib/77bit/packjt77.f90
@@ -1193,7 +1193,7 @@
   if(i2psuffix.ge.4.or.index(w(2)//' ','/R ').ge.4) ipb=1

   grid4=w(nwords)(1:4)
-  if(is_grid4(grid4)) then
+  if(is_grid4(grid4) .and. irpt.ne.3) then
      ir=0
      if(w(3).eq.'R ') ir=1
      j1=(ichar(grid4(1:1))-ichar('A'))*18*10*10


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

Reply via email to