mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix another 64bit warning
This commit is contained in:
parent
c7c3b22347
commit
f6ab749681
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@
|
|||
}
|
||||
|
||||
- (void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification {
|
||||
Linphone_log(@"%@ - state = %ld", NSStringFromSelector(_cmd), application.applicationState);
|
||||
Linphone_log(@"%@ - state = %ld", NSStringFromSelector(_cmd), (long)application.applicationState);
|
||||
|
||||
[self fixRing];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue