bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] maint: rename the si_present variable in sort to iec_present


From: Jim Meyering
Subject: Re: [PATCH] maint: rename the si_present variable in sort to iec_present
Date: Thu, 04 Mar 2010 12:25:44 +0100

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]