Pádraig Brady wrote: > > maint: rename the si_present variable in sort to iec_present > > * src/sort.c: The units containing 'i' are actually IEC not SI. > > diff --git a/src/sort.c b/src/sort.c > index 02b2351..5a937dd 100644 > --- a/src/sort.c > +++ b/src/sort.c > @@ -181,7 +181,7 @@ struct keyfield > Handle numbers in exponential notation. */ > bool human_numeric; /* Flag for sorting by human readable > units with either SI xor IEC prefixes. */ > - int si_present; /* Flag for checking for mixed SI and IEC. */ > + int iec_present; /* Flag for checking for mixed SI and IEC. */
Good point.
