mirror of
https://github.com/transmission/transmission
synced 2025-02-21 21:57:01 +00:00
(trunk qt) bugfix: Torrent.isMagnetTorrent wasn't initialized in Torrent's constructor
This commit is contained in:
parent
040bc734f8
commit
d731848f21
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
|
||||
Torrent :: Torrent( Prefs& prefs, int id ):
|
||||
magnetTorrent( false ),
|
||||
myPrefs( prefs )
|
||||
{
|
||||
for( int i=0; i<PROPERTY_COUNT; ++i )
|
||||
|
|
Loading…
Reference in a new issue