Files
pkgsrc-ng/net/bittorrent/patches/patch-ab
2013-09-26 17:14:40 +02:00

13 lines
446 B
Plaintext

$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()