mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-17 01:33:16 +03:00
RISC OS filenames can't contian '.'
This commit is contained in:
parent
e31ae2c5a1
commit
27ea134be4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user