RISC OS filenames can't contian '.'

This commit is contained in:
Michael Drake 2015-01-02 13:37:39 +00:00
parent e31ae2c5a1
commit 27ea134be4

View File

@ -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;