From a807d762f9bfd06c903ab220c68e021c8ae99d37 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 4 Aug 2014 14:49:35 +0100 Subject: mailto urls don't have passwords or ports, so we don't need to look for ':'. --- render/layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/layout.c') diff --git a/render/layout.c b/render/layout.c index 5b0d8a004..e0f0a349d 100644 --- a/render/layout.c +++ b/render/layout.c @@ -5068,7 +5068,7 @@ static void layout_get_box_bbox(struct box *box, int *desc_x0, int *desc_y0, css_computed_font_size(box->style, &font_size, &font_unit); text_height = nscss_len2px(font_size, font_unit, box->style); - +printf("%i", text_height); *desc_y0 = (*desc_y0 < -text_height) ? *desc_y0 : -text_height; } } -- cgit v1.2.3