~ubuntu-branches/ubuntu/vivid/libktorrent/vivid

« back to all changes in this revision

Viewing changes to src/diskio/multifilecache.cpp

  • Committer: Package Import Robot
  • Author(s): Howard Chan
  • Date: 2013-02-04 22:32:34 UTC
  • mfrom: (5.3.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130204223234-cgfkrck4lt3e3nut
Tags: 1.3.1-1ubuntu1
* Merge from debian experimental (LP: #1111458)
  + Update symbols file to fix FTBFS with raring toolchain. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
783
783
                while(i != files.end())
784
784
                {
785
785
                        CacheFile::Ptr cf = i.value();
786
 
                        prealloc->add(cf);
 
786
                        if(cf)
 
787
                                prealloc->add(cf);
787
788
                        i++;
788
789
                }
789
790
        }