mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-17 20:50:42 +01:00
Merge revision 1458 changes:
- Mac: Fix "format string is not a string literal" error when building with clang and 10.7 SDK. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1459 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
e3436da7a5
commit
a14d09b396
@ -122,7 +122,7 @@ const int kWindowHeight = 600;
|
||||
defaultButton:@"OK"
|
||||
alternateButton:nil
|
||||
otherButton:nil
|
||||
informativeTextWithFormat:message];
|
||||
informativeTextWithFormat:@"%@", message];
|
||||
[alert runModal];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user