Skip to content

Commit

Permalink
lib: correctly parse sub_pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Nykseli committed Aug 29, 2023
1 parent 083e7e7 commit 0802c53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/html_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -2436,7 +2436,6 @@ static void parse_sub_pages(html_parser* parser, html_buffer* buffer)
item.item.text.text[item.item.text.size] = '\0';
} break;
case LINK: {
html_item item;
item.type = HTML_LINK;
parse_current_link(buffer, &html_item_as_link(item), 0);
} break;
Expand Down

0 comments on commit 0802c53

Please sign in to comment.