summaryrefslogtreecommitdiff
path: root/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'update.c')
-rw-r--r--update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.c b/update.c
index 3163f24f42..13bb7adfbe 100644
--- a/update.c
+++ b/update.c
@@ -301,7 +301,7 @@ update_check(gboolean interactive)
/* build update file name */
/* XXX - using the personal path, use temp dir instead? */
- local_file = get_persconffile_path("wsupdate", FALSE, TRUE /*for_writing*/);
+ local_file = get_persconffile_path("wsupdate", FALSE);
if(local_file == NULL) {
g_warning("Couldn't create output path!");
return;