summaryrefslogtreecommitdiff
path: root/net/bittorrent/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/bittorrent/patches/patch-aa')
-rw-r--r--net/bittorrent/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/bittorrent/patches/patch-aa b/net/bittorrent/patches/patch-aa
new file mode 100644
index 00000000000..f52e36d8f91
--- /dev/null
+++ b/net/bittorrent/patches/patch-aa
@@ -0,0 +1,11 @@
+--- btcompletedir.py.orig 2003-05-11 21:41:50.000000000 +0200
++++ btcompletedir.py 2003-05-11 21:42:14.000000000 +0200
+@@ -37,7 +37,7 @@
+ try:
+ t = split(i)[-1]
+ if t not in ignore and t[0] != '.':
+- make_meta_file(i, url, flag = flag, progress = callback, progress_percent=0, piece_length = piece_length)
++ make_meta_file(i, url, flag = flag, progress = callback, progress_percent=0, piece_len_exp = piece_length)
+ except ValueError:
+ print_exc()
+