torrentd

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

commit 7df0d35bddaa10700d1b32ad137672738649a796
parent 416746160f4cd148dba78c07594dab3a8622475e
Author: sin <sin@2f30.org>
Date:   Sat, 19 Dec 2015 11:38:23 +0000

Comment fix

Diffstat:
Mtorrent.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/torrent.c b/torrent.c @@ -137,7 +137,7 @@ loadtorrent(char *f) } t->filename = bstr2str(dlookstr(t->info, "name")); - /* multi-file mode or single file ? */ + /* multi-file mode or single file? */ if ((files = dlookstr(t->info, "files"))) { if (files->type != 'l') { warnx("files must be of type list");