mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 11:19:30 +00:00
tester: remove prog name on iOS
This commit is contained in:
parent
71b9fc8300
commit
29b35b0f92
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ static void* _apple_main(void* data) {
|
|||
bc_tester_set_writable_dir_prefix(documentPath.UTF8String);
|
||||
|
||||
liblinphone_tester_init(NULL);
|
||||
bc_tester_start("toto");
|
||||
bc_tester_start(NULL);
|
||||
liblinphone_tester_uninit();
|
||||
|
||||
[bundlePath release];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue