aboutsummaryrefslogtreecommitdiffstats
path: root/binding/bluetooth-pbap-binding.c
diff options
context:
space:
mode:
Diffstat (limited to 'binding/bluetooth-pbap-binding.c')
-rw-r--r--binding/bluetooth-pbap-binding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binding/bluetooth-pbap-binding.c b/binding/bluetooth-pbap-binding.c
index 5b23d6d..e2f5c55 100644
--- a/binding/bluetooth-pbap-binding.c
+++ b/binding/bluetooth-pbap-binding.c
@@ -198,7 +198,7 @@ static void get_filename(gchar *filename)
strftime(buffer, 26, "%Y%m%d%H%M%S", tm_info);
- sprintf(filename, "/tmp/vcard-%s%03ld.dat", buffer, ms);
+ sprintf(filename, "/run/user/%d/usrshr/vcard-%s%03ld.dat", getuid(), buffer, ms);
}
static gchar *pull_vcard(const gchar *handle)