~ubuntu-branches/ubuntu/trusty/apt/trusty

« back to all changes in this revision

Viewing changes to apt-pkg/srcrecords.cc

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-02-07 21:03:22 UTC
  • mfrom: (1.4.80 sid)
  • Revision ID: package-import@ubuntu.com-20140207210322-s7f833aga98ibdkm
Tags: 0.9.15.1ubuntu1
mergedĀ fromĀ debian/sid

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
   Current = Files.begin();
71
71
   for (std::vector<Parser*>::iterator I = Files.begin();
72
72
        I != Files.end(); ++I)
73
 
      (*I)->Restart();
74
 
   
 
73
      if ((*I)->Offset() != 0)
 
74
         (*I)->Restart();
 
75
 
75
76
   return true;
76
77
}
77
78
                                                                        /*}}}*/