summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/hotlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index 615146a72..661ea2e75 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -732,7 +732,7 @@ nserror hotlist_load_directory_cb(dom_node *node, void *ctx)
*/
static nserror hotlist_get_temp_path(const char *path, char **temp_path)
{
- const char *extension = ".bk";
+ const char *extension = "-bk";
char *joined;
int len;