mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
set record directory to home if no music dir
This commit is contained in:
parent
a405553fc7
commit
d10666ae19
2 changed files with 4 additions and 1 deletions
|
|
@ -797,6 +797,9 @@ gchar *linphone_gtk_get_record_path(const LinphoneAddress *address, gboolean is_
|
|||
date,
|
||||
id);
|
||||
}
|
||||
if (!dir) {
|
||||
ms_message ("No directory for music, using [%s] instead",dir=getenv("HOME"));
|
||||
}
|
||||
return g_build_filename(dir,filename,NULL);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a3c366b6b5639f5c844ddbcd1d1f205ca7d8c22c
|
||||
Subproject commit 3433e47bc8ed15b2800bbd448f6d22f79285e66d
|
||||
Loading…
Add table
Reference in a new issue