mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 22:17:38 +03:00
Convert most 0/NULL pointers to nullptr
Courtesy of llvm cpp11-migrate 3.3
This commit is contained in:
parent
9da17424c6
commit
d8f44ef4f6
87 changed files with 253 additions and 253 deletions
|
@ -557,7 +557,7 @@ void DefaultBtProgressInfoFileTest::testUpdateFilename()
|
|||
std::shared_ptr<DownloadContext> dctx
|
||||
(new DownloadContext(1024, 81920, A2_TEST_DIR"/file1"));
|
||||
|
||||
DefaultBtProgressInfoFile infoFile(dctx, std::shared_ptr<MockPieceStorage>(), 0);
|
||||
DefaultBtProgressInfoFile infoFile(dctx, std::shared_ptr<MockPieceStorage>(), nullptr);
|
||||
#ifdef ENABLE_BITTORRENT
|
||||
infoFile.setBtRuntime(btRuntime_);
|
||||
infoFile.setPeerStorage(peerStorage_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue