mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
N/A
This commit is contained in:
parent
bfd0aa18e4
commit
43459e2269
@ -46,9 +46,11 @@ int string_parse_html_anchor(const char *line, char *link, char *name,
|
||||
memset(link, 0, link_size);
|
||||
memset(name, 0, name_size);
|
||||
|
||||
if(!(line = strcasestr(line, "<a href=\"")))
|
||||
line = strcasestr(line, "<a href=\"");
|
||||
|
||||
if (!line)
|
||||
return 1;
|
||||
else
|
||||
|
||||
line += 9;
|
||||
|
||||
if (line && *line)
|
||||
|
Loading…
x
Reference in New Issue
Block a user