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-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/bittorrent/patches/patch-aa b/net/bittorrent/patches/patch-aa
deleted file mode 100644
index a8548806119..00000000000
--- a/net/bittorrent/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2003/05/13 01:25:24 salo Exp $
-
---- 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()
-