mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 19:10:15 +02:00
+ Fix in params from Luk Vandelaer
This commit is contained in:
parent
409eec37c3
commit
e08a7b8fc0
@ -426,7 +426,7 @@ end;
|
|||||||
|
|
||||||
constructor TParam.Create(ACollection: TCollection);
|
constructor TParam.Create(ACollection: TCollection);
|
||||||
begin
|
begin
|
||||||
inherited Create(Collection);
|
inherited Create(ACollection);
|
||||||
ParamType:=ptUnknown;
|
ParamType:=ptUnknown;
|
||||||
DataType:=ftUnknown;
|
DataType:=ftUnknown;
|
||||||
FValue:=Unassigned;
|
FValue:=Unassigned;
|
||||||
@ -700,7 +700,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 2005-02-14 17:13:12 peter
|
Revision 1.5 2005-03-24 20:54:53 michael
|
||||||
|
+ Fix in params from Luk Vandelaer
|
||||||
|
|
||||||
|
Revision 1.4 2005/02/14 17:13:12 peter
|
||||||
* truncate log
|
* truncate log
|
||||||
|
|
||||||
Revision 1.3 2005/02/01 09:05:52 marco
|
Revision 1.3 2005/02/01 09:05:52 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user