PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Math » Math_BinaryUtils » Bug #3889

Typo in Line 191

Details

Submitted2005-03-19 22:58 UTC
Fromcmoehrke at netviser dot de
Assignedmnix
StatusBogus
PackageMath_BinaryUtils
PHP Version5.0.3
OSLinux
Roadmaps(Not assigned)

Comments

[2005-03-19 22:58 UTC] cmoehrke at netviser dot de

Description:
------------
There's a Typo in Line 191

Original:
$fraction = BinUtil::_binToDec_length(substr($data, 2, 4), 4);

Corrected:
$fraction = Math_BinaryUtils::_binToDec_length(substr($data, 2, 4), 4);

Reproduce code:
---------------
./.

Expected result:
----------------
./.

Actual result:
--------------
./.