mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Fixed a small typo
This commit is contained in:
parent
5c0a24d58b
commit
f4e9b00ce3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue