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/SPBundleEditorController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPBundleEditorController.m') diff --git a/Source/SPBundleEditorController.m b/Source/SPBundleEditorController.m index 87abe4a4..15b4dc77 100644 --- a/Source/SPBundleEditorController.m +++ b/Source/SPBundleEditorController.m @@ -1001,7 +1001,7 @@ defaultButton:NSLocalizedString(@"OK", @"Bundle Editor : Trash-Bundle(s)-Error : OK button") alternateButton:nil otherButton:nil - informativeTextWithFormat:[error localizedDescription]]; + informativeTextWithFormat:@"%@", [error localizedDescription]]; [alert setAlertStyle:NSCriticalAlertStyle]; [alert runModal]; -- cgit v1.2.3