torrentd

simple torrent daemon
git clone git://git.2f30.org/torrentd
Log | Files | Refs | LICENSE

commit e8b189904e370ed3140d9ba6d482c3e8377a7b1c
parent 15515152f884cbf256193ebc167630b50bb54fc8
Author: sin <sin@2f30.org>
Date:   Sat, 19 Dec 2015 11:57:03 +0000

Nuke newline

Diffstat:
Mtorrent.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/torrent.c b/torrent.c @@ -210,7 +210,6 @@ loadtorrent(char *f) calcinfohash(t); return t; - fail: unloadtorrent(t); return NULL;