commit | 823694de2bdebdce3d7708fb251962226f12e02a | [log] [tgz] |
---|---|---|
author | Tanguy Pruvot <tanguy.pruvot@gmail.com> | Sun Nov 18 13:20:29 2012 +0100 |
committer | Tanguy Pruvot <tanguy.pruvot@gmail.com> | Tue Feb 26 20:26:41 2013 +0100 |
tree | ad71c6a2704d66e43b2910e029423eb82984a915 | |
parent | 6e205db6a39b79aa175775be9edb0d4c6092eea8 [diff] [blame] |
Busybox 1.21.0 squashed commit for jellybean Change-Id: I423c7fc1254050c6495126b1b18dd33af07fed6b Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
diff --git a/shell/math.c b/shell/math.c index 760645d..15c0039 100644 --- a/shell/math.c +++ b/shell/math.c
@@ -410,7 +410,7 @@ return "exponent less than 0"; c = 1; while (--right_side_val >= 0) - c *= rez; + c *= rez; rez = c; } else if (right_side_val == 0)