From d731848f2139ce41dba465a1fc06e443cc514693 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sun, 1 Aug 2010 15:40:52 +0000 Subject: [PATCH] (trunk qt) bugfix: Torrent.isMagnetTorrent wasn't initialized in Torrent's constructor --- qt/torrent.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/torrent.cc b/qt/torrent.cc index 8241a981f..b164a70e3 100644 --- a/qt/torrent.cc +++ b/qt/torrent.cc @@ -33,6 +33,7 @@ Torrent :: Torrent( Prefs& prefs, int id ): + magnetTorrent( false ), myPrefs( prefs ) { for( int i=0; i