mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
The left operand of '+' is a garbage value (#3041)
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
self.fSeedTimeLabel
|
||||
];
|
||||
|
||||
CGFloat oldMaxWidth = 0.0, originX, newMaxWidth = 0.0;
|
||||
CGFloat oldMaxWidth = 0.0, originX = 0.0, newMaxWidth = 0.0;
|
||||
for (NSTextField* label in labels)
|
||||
{
|
||||
NSRect const oldFrame = label.frame;
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
self.fDataLocationLabel,
|
||||
];
|
||||
|
||||
CGFloat oldMaxWidth = 0.0, originX, newMaxWidth = 0.0;
|
||||
CGFloat oldMaxWidth = 0.0, originX = 0.0, newMaxWidth = 0.0;
|
||||
for (NSTextField* label in labels)
|
||||
{
|
||||
NSRect const oldFrame = label.frame;
|
||||
|
||||
Reference in New Issue
Block a user