mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix same issue as before somewhere else
This commit is contained in:
parent
d495761e8c
commit
5e24a5729b
1 changed files with 1 additions and 1 deletions
|
|
@ -688,7 +688,7 @@ char * linphone_core_compress_log_collection() {
|
|||
filename = ms_strdup_printf("%s_log.%s",
|
||||
liblinphone_log_collection_prefix ? liblinphone_log_collection_prefix : LOG_COLLECTION_DEFAULT_PREFIX,
|
||||
COMPRESSED_LOG_COLLECTION_EXTENSION);
|
||||
if (prepare_log_collection_file_to_upload(filename) < 0) {
|
||||
if (prepare_log_collection_file_to_upload(filename) <= 0) {
|
||||
ms_free(filename);
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue