mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +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;
|
||||
|
||||
Reference in New Issue
Block a user