File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4174,11 +4174,11 @@ procedure Tmainfrm.add2log(lines:string; cd:TconnData=NIL; clr:Tcolor=Graphics.c
41744174if logFontSize > 0 then
41754175 logBox.SelAttributes.size:=logFontSize;
41764176logBox.SelAttributes.Color:=clRed;
4177- logBox.SelText:=ts+' ' ;
4177+ logBox.SelText:=ts+' ' ;
41784178if addr > ' ' then
41794179 begin
41804180 logBox.SelAttributes.Color:=ADDRESS_COLOR;
4181- logBox.SelText:=addr+' ' ;
4181+ logBox.SelText:=addr+' ' ;
41824182 end ;
41834183logBox.SelAttributes.color:=clr;
41844184logBox.SelText:=first+CRLF;
@@ -11258,7 +11258,7 @@ function Tmainfrm.ipPointedInLog():string;
1125811258if pt.y >= logbox.lines.count then
1125911259 exit;
1126011260s:=logbox.lines[pt.y];
11261- s:=reGet(s, ' ^\S+ + (\S+@)?(\S+):\d+ ' , 2 );
11261+ s:=reGet(s, ' .+ (\S+@)?(\S+):\d+ ' , 2 );
1126211262if checkAddressSyntax(s,FALSE) then
1126311263 result:=s;
1126411264end ; // ipPointedInLog
You can’t perform that action at this time.
0 commit comments