mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-26 05:57:00 +03:00
[project @ 2004-02-15 22:40:02 by jmb]
Let's try that again... svn path=/import/netsurf/; revision=552
This commit is contained in:
parent
9ec96ea66b
commit
c6922a94b0
@ -238,7 +238,7 @@ void add_objects(struct content *content, struct box *box,
|
||||
}
|
||||
else if (box->text && box->font) {
|
||||
|
||||
if (strlen(box->text) == 0) {
|
||||
if (box->length == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user