Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.3.0

Bug #3889 Typo in Line 191
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)    
Subscription  


 [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: -------------- ./.

Comments

 [2005-03-20 06:55 UTC] mnx
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/Math_BinaryUtils
 [2010-10-05 08:29 UTC] doconnor (Daniel O'Connor)
-Status: Closed +Status: Bogus
As per maintainer's comments