summaryrefslogtreecommitdiff
path: root/net/bittorrent/patches/patch-aa
blob: a8548806119b8b1d67ec8e2436fbd905598dc841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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()