Browse Source

fixed minor semantic error.

Ugochukwu Mmaduekwe 7 years ago
parent
commit
280d6575a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CryptoLib/src/Math/EC/ClpLongArray.pas

+ 1 - 1
CryptoLib/src/Math/EC/ClpLongArray.pas

@@ -2651,7 +2651,7 @@ begin
       sl.Add(S);
       System.Dec(I);
     end;
-    Result := sl.ToString();
+    Result := sl.Text;
   finally
     sl.Free;
   end;