mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 17:29:11 +02:00
* fix for bugs 746,748 and 750
This commit is contained in:
parent
5169b7b86b
commit
2e835d0341
@ -4563,7 +4563,7 @@ begin
|
|||||||
if P^.Text=nil then S:='' else
|
if P^.Text=nil then S:='' else
|
||||||
begin
|
begin
|
||||||
S:=P^.Text^;
|
S:=P^.Text^;
|
||||||
if Line=EndP.Y then S:=copy(S,1,EndP.Y+1);
|
if Line=EndP.Y then S:=copy(S,1,EndP.X+1);
|
||||||
if Line=StartP.Y then S:=copy(S,StartP.Y+1,255);
|
if Line=StartP.Y then S:=copy(S,StartP.Y+1,255);
|
||||||
end;
|
end;
|
||||||
{ Remove all traling spaces PM }
|
{ Remove all traling spaces PM }
|
||||||
@ -5152,7 +5152,10 @@ end;
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.64 1999-12-01 17:25:00 pierre
|
Revision 1.65 1999-12-08 16:02:46 pierre
|
||||||
|
* fix for bugs 746,748 and 750
|
||||||
|
|
||||||
|
Revision 1.64 1999/12/01 17:25:00 pierre
|
||||||
+ check if file on disk was changed since load before overwriting
|
+ check if file on disk was changed since load before overwriting
|
||||||
|
|
||||||
Revision 1.63 1999/11/22 17:34:08 pierre
|
Revision 1.63 1999/11/22 17:34:08 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user