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
Original issue reported on code.google.com by
shark55...@gmail.com
on 3 Apr 2010 at 6:19