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

Re: Debian installer build: failed or old builds



Hi APT Development Team,

Does this change seem odd to you too?  I wondered if it could be causing
recent failures of APT to download required debs for d-i builds:

On 11/09/13 21:42, Steven Chamberlain wrote:
> I notice within a 'fix cppcheck warnings' commit something alarming that
> looks like it would cause a functional change.
> 
> http://anonscm.debian.org/gitweb/?p=apt/apt.git;a=commitdiff;h=69c2ecbdc937e3c73fe67d3c9bce12a80d3ec7ec#patch2
>> > -   for (; Vf.end() == false; Vf++)
>> > +   for (; Vf.end() == false; ++Vf)
> If that is some kind of iterator won't it now skip over the first
> element?  Otherwise how did it ever work before?

Thanks,
Regards,
-- 
Steven Chamberlain
steven@pyro.eu.org


Reply to: