1
0
Fork 0
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:
Charles Kerr 2010-08-01 15:40:52 +00:00
parent 040bc734f8
commit d731848f21

View file

@ -33,6 +33,7 @@
Torrent :: Torrent( Prefs& prefs, int id ):
magnetTorrent( false ),
myPrefs( prefs )
{
for( int i=0; i<PROPERTY_COUNT; ++i )