From a80262df96d4b5140cc4a2f7ec5d19bc727d9000 Mon Sep 17 00:00:00 2001 From: Marius Ursache Date: Sat, 9 Nov 2013 23:22:06 +1100 Subject: Cleaned up Format string is not a string literal (potentially insecure) errors --- Source/SPConnectionController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPConnectionController.m') diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index f35f27dc..db6851d9 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -872,7 +872,7 @@ static NSComparisonResult _compareFavoritesUsingKey(id favorite1, id favorite2, defaultButton:NSLocalizedString(@"Delete", @"delete button") alternateButton:NSLocalizedString(@"Cancel", @"cancel button") otherButton:nil - informativeTextWithFormat:informativeMessage]; + informativeTextWithFormat:@"%@", informativeMessage]; NSArray *buttons = [alert buttons]; -- cgit v1.2.3