From e923686d07cce62c7d4ad58c8a4657daacd207dc Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 15 Jan 1999 16:12:43 +0000 Subject: [PATCH] * fixed crash after compile --- ide/text/fpcompil.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ide/text/fpcompil.pas b/ide/text/fpcompil.pas index 26221b34e4..ad7da94f37 100644 --- a/ide/text/fpcompil.pas +++ b/ide/text/fpcompil.pas @@ -59,7 +59,7 @@ begin Insert(KeyST); GetExtent(R); R.Grow(-1,-1); R.A.Y:=10; New(MsgLB, Init(R, nil, nil)); - MsgLB^.NewList(New(PUnsortedStringCollection, Init(100,100))); +{ MsgLB^.NewList(New(PUnsortedStringCollection, Init(100,100))); } Insert(MsgLB); end; @@ -232,7 +232,10 @@ end; end. { $Log$ - Revision 1.5 1999-01-14 21:42:19 peter + Revision 1.6 1999-01-15 16:12:43 peter + * fixed crash after compile + + Revision 1.5 1999/01/14 21:42:19 peter * source tracking from Gabor Revision 1.4 1999/01/12 14:29:32 peter