in scripts func big_multiply sprintf typo
Closed this issue · 2 comments
GoogleCodeExporter commented
In ss_get_by_ssh.php and ss_get_mysql_stats.php in function big_multiply
sprintf case doesn't work because of typo. It should be
return sprintf("%.0f", $left * $right);
not
return sprintf(".0f", $left * $right);
Original issue reported on code.google.com by shark55...@gmail.com
on 3 Apr 2010 at 6:19
GoogleCodeExporter commented
Removing unused labels.
Original comment by baron.schwartz
on 16 Apr 2010 at 2:14
- Removed labels: Priority-Medium
GoogleCodeExporter commented
This issue was closed by revision r477.
Original comment by baron.schwartz
on 21 Apr 2010 at 1:39
- Changed state: Fixed