From f4e9b00ce39a365147f95a4d6ff523aa9b70898a Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Fri, 24 Jul 2009 02:40:36 +0000 Subject: [PATCH] - Fixed a small typo --- src/createtorrent_imp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/createtorrent_imp.cpp b/src/createtorrent_imp.cpp index 000d08271..2354bc52a 100644 --- a/src/createtorrent_imp.cpp +++ b/src/createtorrent_imp.cpp @@ -263,7 +263,7 @@ void torrentCreatorThread::run() { t.set_creator(creator_str); t.set_comment((const char*)comment.toLocal8Bit()); // Is private ? - t.set_prive(is_private); + t.set_priv(is_private); if(abort) return; // create the torrent and print it to out ofstream out(complete(path((const char*)save_path.toLocal8Bit())), std::ios_base::binary);