mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
always initialize a primitive before adding to it
This commit is contained in:
@@ -248,7 +248,7 @@
|
||||
int numberSelected = [fTorrents count];
|
||||
if (numberSelected > 0)
|
||||
{
|
||||
float downloadRate = 0, uploadRate = 0, downloadedValid;
|
||||
float downloadRate = 0, uploadRate = 0, downloadedValid = 0;
|
||||
uint64_t downloadedTotal = 0, uploadedTotal = 0;
|
||||
Torrent * torrent;
|
||||
NSEnumerator * enumerator = [fTorrents objectEnumerator];
|
||||
|
||||
Reference in New Issue
Block a user