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: Pádraig Brady
Subject: bug#27368: Minor concern: Confusing tail warning
Date: Sat, 17 Jun 2017 15:57:02 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

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

cheers,
Pádraig





reply via email to

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