[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:
John Mark Bell 2004-02-15 22:40:02 +00:00
parent 9ec96ea66b
commit c6922a94b0

View File

@ -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;
}