summaryrefslogtreecommitdiff
path: root/riscos/save.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/save.c')
-rw-r--r--riscos/save.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/save.c b/riscos/save.c
index 390165d3b..0a9114080 100644
--- a/riscos/save.c
+++ b/riscos/save.c
@@ -37,7 +37,7 @@
#include "oslib/wimpspriteop.h"
#include "content/content.h"
#include "content/hlcache.h"
-#include "desktop/hotlist.h"
+#include "desktop/hotlist_old.h"
#include "desktop/history_global_core.h"
#include "desktop/netsurf.h"
#include "desktop/save_complete.h"
@@ -882,7 +882,7 @@ bool ro_gui_save_content(hlcache_handle *h, char *path, bool force_overwrite)
LINK_TEXT, path);
case GUI_SAVE_HOTLIST_EXPORT_HTML:
- if (!hotlist_export(path))
+ if (!hotlist_old_export(path))
return false;
error = xosfile_set_type(path, 0xfaf);
if (error)