Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/shell/math.c


Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/shell/math.c

    r2725 r3232  
    411411            c = 1;
    412412            while (--right_side_val >= 0)
    413                 c *= rez;
     413                c *= rez;
    414414            rez = c;
    415415        }
Note: See TracChangeset for help on using the changeset viewer.