google-code-export / mysql-cacti-templates

Automatically exported from code.google.com/p/mysql-cacti-templates
GNU General Public License v2.0
1 stars 0 forks source link

in scripts func big_multiply sprintf typo #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago
Removing unused labels.

Original comment by baron.schwartz on 16 Apr 2010 at 2:14

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r477.

Original comment by baron.schwartz on 21 Apr 2010 at 1:39