bug-coreutils
[Top][All Lists]
Advanced

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

bug#27368: Minor concern: Confusing tail warning


From: Jim Meyering
Subject: bug#27368: Minor concern: Confusing tail warning
Date: Sat, 17 Jun 2017 16:47:24 -0700

On Sat, Jun 17, 2017 at 3:57 PM, Pádraig Brady <address@hidden> wrote:
> On 17/06/17 14:30, Pádraig Brady wrote:
>> On 17/06/17 07:35, Jim Meyering wrote:
>>> In this new function, please move the declaration of "i" into the for-loop:
>>>
>>> +static bool
>>> +any_non_regular (const struct File_spec *f, size_t n_files)
>>> +{
>>> +  size_t i;
>>> +
>>> +  for (i = 0; i < n_files; i++)
>
> I did that in about 100 instances at:
> http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=1379bdc

Nice! Thank you.





reply via email to

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