Sending again in text mode...


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]);


   

   #yiv7194954594 -- filtered {font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 
2 4;}#yiv7194954594 filtered {font-family:Courier;panose-1:2 7 4 9 2 2 5 2 4 
4;}#yiv7194954594 filtered {panose-1:2 4 5 3 5 4 6 3 2 4;}#yiv7194954594 
filtered {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}#yiv7194954594 
p.yiv7194954594MsoNormal, #yiv7194954594 li.yiv7194954594MsoNormal, 
#yiv7194954594 div.yiv7194954594MsoNormal 
{margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}#yiv7194954594 a:link, 
#yiv7194954594 span.yiv7194954594MsoHyperlink 
{color:blue;text-decoration:underline;}#yiv7194954594 a:visited, #yiv7194954594 
span.yiv7194954594MsoHyperlinkFollowed 
{color:purple;text-decoration:underline;}#yiv7194954594 
p.yiv7194954594msonormal0, #yiv7194954594 li.yiv7194954594msonormal0, 
#yiv7194954594 div.yiv7194954594msonormal0 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv7194954594 
span.yiv7194954594apple-converted-space {}#yiv7194954594 
span.yiv7194954594EmailStyle19 {color:windowtext;}#yiv7194954594 
.yiv7194954594MsoChpDefault {font-size:10.0pt;}#yiv7194954594 filtered 
{margin:1.0in 1.0in 1.0in 1.0in;}#yiv7194954594 div.yiv7194954594WordSection1 
{}#yiv7194954594
------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to