Home » Math » Math_BinaryUtils » Bug #3889
Typo in Line 191
Details
| Submitted | 2005-03-19 22:58 UTC |
|---|---|
| From | cmoehrke at netviser dot de |
| Assigned | mnix |
| Status | Bogus |
| Package | Math_BinaryUtils |
| PHP Version | 5.0.3 |
| OS | Linux |
| 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:
--------------
./.