mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 22:09:31 +02:00
* True and false differ on PG
git-svn-id: trunk@28408 -
This commit is contained in:
parent
504da18b57
commit
7ceda16e13
@ -408,7 +408,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
Const
|
Const
|
||||||
B : Array[Boolean] of String = ('-','+');
|
B : Array[Boolean] of String = ('f','t');
|
||||||
|
|
||||||
Function UpdateTest(ID : Integer; Info : TConfig; Source : String) : Boolean;
|
Function UpdateTest(ID : Integer; Info : TConfig; Source : String) : Boolean;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user