mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 13:59:47 +02:00
* fix web bug report 2099
This commit is contained in:
parent
a9f7d35c69
commit
b5ce52f87d
@ -5523,7 +5523,7 @@ begin
|
||||
DelChar;
|
||||
for Y:=0 to CodeLines^.Count-1 do
|
||||
begin
|
||||
Line:=CodeLines^.At(Y)^;
|
||||
Line:=GetStr(CodeLines^.At(Y));
|
||||
CanJump:=false;
|
||||
if (Y>0) then
|
||||
begin
|
||||
@ -7104,7 +7104,10 @@ end;
|
||||
END.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.24 2002-08-26 14:00:48 pierre
|
||||
Revision 1.25 2002-09-02 10:33:37 pierre
|
||||
* fix web bug report 2099
|
||||
|
||||
Revision 1.24 2002/08/26 14:00:48 pierre
|
||||
* fix for bug report 2025
|
||||
|
||||
Revision 1.23 2002/08/26 13:01:38 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user