We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d19fe commit 6522ecaCopy full SHA for 6522eca
Stockfish/SFMBoardView.mm
@@ -169,7 +169,7 @@ - (void)drawRect:(NSRect)dirtyRect
169
}
170
171
// Draw coordinates
172
- NSString *str = [NSString new];
+ NSString *str;
173
NSMutableParagraphStyle *pStyle = [[NSMutableParagraphStyle defaultParagraphStyle] mutableCopy];
174
[pStyle setAlignment:NSCenterTextAlignment];
175
0 commit comments