~ubuntu-branches/ubuntu/raring/duplicity/raring-updates

« back to all changes in this revision

Viewing changes to debian/patches/08volcorruption.dpatch

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2013-01-10 20:23:01 UTC
  • mfrom: (31.1.4 raring)
  • Revision ID: package-import@ubuntu.com-20130110202301-0ezxsoteukgf5aaq
Tags: 0.6.20-0ubuntu5
* debian/patches/00list:
  - Guh, actually enable 08volcorruption.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
             break
243
243
         try:
244
244
-            new_block = block_iter.next(min(128*1024, bytes_to_go))
245
 
+            new_block = block_iter.next(block_iter.get_read_size())
 
245
+            new_block = block_iter.next()
246
246
         except StopIteration:
247
247
             at_end_of_blockiter = 1
248
248
             break