mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 20:05:08 +00:00
Stage1b (v2 branch) of clang compiler warning patches.
This commit is contained in:
@@ -49,6 +49,7 @@ static NSArray *layoutItems = nil;
|
||||
- (void) dealloc
|
||||
{
|
||||
[item release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void) setItem: (NSString *) newItem
|
||||
@@ -68,7 +69,7 @@ static NSArray *layoutItems = nil;
|
||||
|
||||
- (NSString *) itemPrintLayoutText
|
||||
{
|
||||
return [self labelForKey: [NSString stringWithFormat: item]];
|
||||
return [self labelForKey: [NSString stringWithFormat: @"%@", item]];
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user