From 27ea134be4740c7e9ec34a18a942676ba9b03be7 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 2 Jan 2015 13:37:39 +0000 Subject: RISC OS filenames can't contian '.' --- desktop/hotlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') 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; -- cgit v1.2.3