pkgsrc/net/bittorrent/patches/patch-ab
tron 6f8bb87bcf Update "bittorrent" and "bittorent-gui" package to version 4.4.0.
Numerous enhancenments were made since version 4.0.4 which include
support for trackerless torrents.
2006-02-26 22:43:33 +00:00

12 lines
446 B
Text

$NetBSD: patch-ab,v 1.6 2006/02/26 22:43:33 tron Exp $
--- bittorrent-console.orig 2006-01-31 20:16:36.000000000 +0000
+++ bittorrent-console 2006-02-26 15:28:20.000000000 +0000
@@ -157,6 +157,7 @@
print _("share rating: "), self.shareRating
print _("seed status: "), self.seedStatus
print _("peer status: "), self.peerStatus
+ sys.stdout.flush()
def print_spew(self, spew):
s = StringIO()