summaryrefslogtreecommitdiff
path: root/riscos/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/hotlist.c')
-rw-r--r--riscos/hotlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/hotlist.c b/riscos/hotlist.c
index e791de79b..c74e5a857 100644
--- a/riscos/hotlist.c
+++ b/riscos/hotlist.c
@@ -710,7 +710,7 @@ void ro_gui_hotlist_visited_update(struct content *content, struct hotlist_entry
/* Update our values
*/
- if (entry->children == 0) entry->filetype = ro_content_filetype(content);
+ if (entry->children == -1) entry->filetype = ro_content_filetype(content);
entry->visits++;
entry->last_date = time(NULL);
ro_gui_hotlist_update_entry_size(entry);