mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Use BtFileMode for TorrentAttribute::mode
This commit is contained in:
parent
5dcc2b7842
commit
4f5d26a0c7
9 changed files with 36 additions and 14 deletions
|
@ -915,7 +915,7 @@ void RpcMethodTest::testGatherBitTorrentMetadata()
|
|||
SharedHandle<TorrentAttribute> modBtAttrs = bittorrent::getTorrentAttrs(dctx);
|
||||
modBtAttrs->comment.clear();
|
||||
modBtAttrs->creationDate = 0;
|
||||
modBtAttrs->mode.clear();
|
||||
modBtAttrs->mode = BT_FILE_MODE_NONE;
|
||||
modBtAttrs->metadata.clear();
|
||||
btDict = Dict::g();
|
||||
gatherBitTorrentMetadata(btDict, modBtAttrs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue