mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 01:09:27 +02:00
* saving of switches with longint values fixed
git-svn-id: trunk@4204 -
This commit is contained in:
parent
b5638411e1
commit
203554e0e9
@ -104,7 +104,7 @@ type
|
||||
Val : array[TSwitchMode] of longint;
|
||||
constructor Init(const n,p:string; AID: TParamID);
|
||||
function NeedParam:boolean;virtual;
|
||||
function ParamValue:string;virtual;
|
||||
function ParamValue(nr:sw_integer):string;virtual;
|
||||
function GetNumberStr(SM: TSwitchMode): string; virtual;
|
||||
procedure Reset;virtual;
|
||||
end;
|
||||
@ -415,7 +415,7 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
function TLongintItem.ParamValue:string;
|
||||
function TLongintItem.ParamValue(nr:sw_integer):string;
|
||||
var
|
||||
s : string;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user