2
0
Ugochukwu Mmaduekwe 7 жил өмнө
parent
commit
acc14608b0

+ 1 - 1
CryptoLib/src/Utils/ClpStringUtils.pas

@@ -201,7 +201,7 @@ end;
 class function TStringUtils.BeginsWith(const Input, SubString: string;
   IgnoreCase: Boolean; Offset: Int32): Boolean;
 var
-  L: Integer;
+  L: Int32;
   PtrInput, PtrSubString: PChar;
 begin
   L := System.Length(SubString);