mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
tester: fix typo in previous commit...
This commit is contained in:
parent
3f31448e0a
commit
76591f8ce0
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 9851fe87fea2d3afe713a33762516c1cb853922a
|
||||
Subproject commit 4bce1692e7d60dce23f99cf3507fd9ae364674d5
|
||||
|
|
@ -377,7 +377,7 @@ static void detect_res_prefix(const char* prog) {
|
|||
}
|
||||
if (bc_tester_writable_dir_prefix == NULL) {
|
||||
printf("Writable directory set to %s\n", prefix);
|
||||
bc_tester_set_resource_dir_prefix(prefix);
|
||||
bc_tester_set_writable_dir_prefix(prefix);
|
||||
}
|
||||
free(prefix);
|
||||
} else if (bc_tester_resource_dir_prefix == NULL || bc_tester_writable_dir_prefix == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue