X Tutup
Skip to content

Commit e4f1e81

Browse files
committed
Merge branch '1.0' into 2.0
2 parents e258d8d + 7d699ac commit e4f1e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpseclib/Math/BigInteger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ function __serialize()
868868
{
869869
$result = array('hex' => $this->toHex(true));
870870
if ($this->precision > 0) {
871-
$result['precision'] = 'precision';
871+
$result['precision'] = $this->precision;
872872
}
873873
return $result;
874874
}

0 commit comments

Comments
 (0)
X Tutup