mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 17:23:09 +03:00
[project @ 2003-07-17 15:33:42 by jmb]
remove duplicate assignment to box in box_a svn path=/import/netsurf/; revision=228
This commit is contained in:
parent
33cc86a8bb
commit
5b149ba1d6
@ -558,7 +558,6 @@ struct result box_a(xmlNode *n, struct status *status,
|
|||||||
{
|
{
|
||||||
struct box *box;
|
struct box *box;
|
||||||
char *s;
|
char *s;
|
||||||
box = box_create(style, status->href, status->title);
|
|
||||||
if ((s = (char *) xmlGetProp(n, (const xmlChar *) "href")))
|
if ((s = (char *) xmlGetProp(n, (const xmlChar *) "href")))
|
||||||
status->href = s;
|
status->href = s;
|
||||||
box = box_create(style, status->href, status->title);
|
box = box_create(style, status->href, status->title);
|
||||||
|
Loading…
Reference in New Issue
Block a user