summaryrefslogtreecommitdiff
path: root/render/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/layout.c b/render/layout.c
index 93ac2503e..6107544de 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -804,8 +804,8 @@ bool layout_block_object(struct box *block)
block->type == BOX_TABLE_CELL);
assert(block->object);
- LOG(("block %p, object %s, width %i", block, block->object->url,
- block->width));
+ LOG(("block %p, object %s, width %i", block,
+ content_get_url(block->object), block->width));
if (content_get_type(block->object) == CONTENT_HTML) {
content_reformat(block->object, block->width, 1);