2
0
Эх сурвалжийг харах

Increase size of Param field of TSwitchItem object, to avoid truncation for -Cploongarch64 option

Pierre Muller 1 жил өмнө
parent
commit
1f8865454b

+ 1 - 1
packages/ide/fpswitch.pas

@@ -50,7 +50,7 @@ type
     TSwitchItem = object(TObject)
       Typ       : TSwitchItemTyp;
       Name      : string[50];
-      Param     : string[10];
+      Param     : string[30];
       ParamID   : TParamID;
       constructor Init(const n,p:string; AID: TParamID);
       function  NeedParam:boolean;virtual;