Index: temp/trunk/data/lib/slib.php
===================================================================
--- temp/trunk/data/lib/slib.php	(revision 9876)
+++ temp/trunk/data/lib/slib.php	(revision 9877)
@@ -1115,5 +1115,5 @@
 
 	// À°¿ô³î¤Ä0½Ð¤Ê¤±¤ì¤Ð·å¿ô»ØÄê¤ò¹Ô¤¦
-	if(sfIsInt($adjust) and $pow > 0){
+	if(sfIsInt($adjust) and $pow > 1){
 		$ret = (round($value * $adjust)/$adjust);
 		$ret = sfRound($ret, $pow - 1);
