Ugochukwu Mmaduekwe vor 7 Jahren
Ursprung
Commit
4d3d95ad46
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      CryptoLib/src/Math/EC/Multiplier/ClpFixedPointUtilities.pas

+ 1 - 1
CryptoLib/src/Math/EC/Multiplier/ClpFixedPointUtilities.pas

@@ -108,7 +108,7 @@ begin
     bits := GetCombSize(c);
     bits := GetCombSize(c);
     d := (bits + minWidth - 1) div minWidth;
     d := (bits + minWidth - 1) div minWidth;
 
 
-    raise Exception.Create(IntToStr(c.order) + ' DABA ' + IntToStr(bits) +
+    raise Exception.Create(c.order.ToString + ' DABA ' + IntToStr(bits) +
       ' DABA ' + IntToStr(d));
       ' DABA ' + IntToStr(d));
 
 
     System.SetLength(pow2Table, minWidth + 1);
     System.SetLength(pow2Table, minWidth + 1);