You've already forked lazarus-ccr
chelper: a small fix to prevent writting the same comment twice
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1271 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -550,7 +550,7 @@ var
|
||||
begin
|
||||
cmt:=FindCommentForLine( Breaker.LineNumber(AOffset));
|
||||
if Assigned(cmt) then begin
|
||||
LastOffset:=AOffset;
|
||||
LastOffset:=cmt.Offset;
|
||||
wr.W(' ');
|
||||
WriteCommentToPas(cmt);
|
||||
end else
|
||||
|
Reference in New Issue
Block a user