tester: remove prog name on iOS

This commit is contained in:
Gautier Pelloux-Prayer 2016-06-24 12:02:14 +02:00
parent 71b9fc8300
commit 29b35b0f92

View file

@ -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];