From 9572807453da1e92657df7b88eb8a5e0f578d21c Mon Sep 17 00:00:00 2001 From: corvid Date: Mon, 4 Apr 2011 17:56:15 +0000 Subject: clearer MSG for suspicious image size I saw a MSG with size 0x[something], and of course I thought it was complaining that a size was given in hex notation. --- src/html.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/html.cc') diff --git a/src/html.cc b/src/html.cc index c5acfa4a..8291aad9 100644 --- a/src/html.cc +++ b/src/html.cc @@ -2044,7 +2044,7 @@ DilloImage *a_Html_image_new(DilloHtml *html, const char *tag, dFree(width_ptr); dFree(height_ptr); width_ptr = height_ptr = NULL; - MSG("a_Html_image_new: suspicious image size request %dx%d\n", w, h); + MSG("a_Html_image_new: suspicious image size request %d x %d\n", w, h); } else { if (CSS_LENGTH_TYPE(l_w) != CSS_LENGTH_TYPE_AUTO) html->styleEngine->setNonCssHint (CSS_PROPERTY_WIDTH, -- cgit v1.2.3