Browse Source

Initialize struct member

adaptive-webui-19844
Chocobo1 8 years ago
parent
commit
3739bcc270
  1. 1
      src/base/bittorrent/torrenthandle.cpp

1
src/base/bittorrent/torrenthandle.cpp

@ -74,6 +74,7 @@ AddTorrentData::AddTorrentData() @@ -74,6 +74,7 @@ AddTorrentData::AddTorrentData()
: resumed(false)
, disableTempPath(false)
, sequential(false)
, firstLastPiecePriority(false)
, hasSeedStatus(false)
, skipChecking(false)
, hasRootFolder(true)

Loading…
Cancel
Save