Here's a fix....the string was 41 chars long.Though I wonder if instead of just 
increasing the arg to "41" it should be "msg0.length()" instead so I'm 
proposing that as the fix.
de Mike W9MDB
Index: 
mainwindow.cpp===================================================================---
 mainwindow.cpp      (revision 7032)+++ mainwindow.cpp      (working copy)@@ 
-2255,7 +2255,7 @@     int i2=msg0.indexOf(m_hisCall);     if((m_mode=="JTMSK" 
or m_mode=="MSK144" or m_bFast9) and m_bEME and tmax>=0.0 and        i1>10 and 
i2>i1+3) {     //Here, "m_bEME" implies AutoSeq-      if((msg0.indexOf(" 73") < 
0) or (m_ntx!=6)) processMessage(msg0,40,false);+      if((msg0.indexOf(" 73") 
< 0) or (m_ntx!=6)) processMessage(msg0,msg0.length(),false);     }     
if(m_msg[i][0]==0) break;     QString 
message=QString::fromLatin1(m_msg[i]);#yiv1618431706 -- filtered 
{font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;}#yiv1618431706 filtered 
{font-family:Courier;panose-1:2 7 4 9 2 2 5 2 4 4;}#yiv1618431706 filtered 
{panose-1:2 4 5 3 5 4 6 3 2 4;}#yiv1618431706 filtered 
{font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}#yiv1618431706 
p.yiv1618431706MsoNormal, #yiv1618431706  li.yiv1618431706MsoNormal, 
#yiv1618431706 div.yiv1618431706MsoNormal 
{margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}#yiv1618431706 a:link, 
#yiv1618431706 span.yiv1618431706MsoHyperlink 
{color:blue;text-decoration:underline;}#yiv1618431706 a:visited, #yiv1618431706 
span.yiv1618431706MsoHyperlinkFollowed 
{color:purple;text-decoration:underline;}#yiv1618431706 
p.yiv1618431706msonormal0, #yiv1618431706 li.yiv1618431706msonormal0, 
#yiv1618431706 div.yiv1618431706msonormal0 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv1618431706 
span.yiv1618431706apple-converted-space {}#yiv1618431706 
span.yiv1618431706EmailStyle19 {color:windowtext;}#yiv1618431706 
.yiv1618431706MsoChpDefault {font-size:10.0pt;}#yiv1618431706 filtered 
{margin:1.0in 1.0in 1.0in 1.0in;}#yiv1618431706 div.yiv1618431706WordSection1 
{}#yiv1618431706 

  
------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to