aboutsummaryrefslogtreecommitdiff
path: root/dw
diff options
context:
space:
mode:
Diffstat (limited to 'dw')
-rw-r--r--dw/fltkimgbuf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkimgbuf.cc b/dw/fltkimgbuf.cc
index 6ba7ff1d..e3be41a9 100644
--- a/dw/fltkimgbuf.cc
+++ b/dw/fltkimgbuf.cc
@@ -193,7 +193,7 @@ core::Imgbuf* FltkImgbuf::getScaledBuf (int width, int height)
*/
if (width <= 0 || height <= 0 ||
width > IMAGE_MAX_AREA / height) {
- MSG("FltkImgbuf::getScaledBuf: suspicious image size request %dx%d\n",
+ MSG("FltkImgbuf::getScaledBuf: suspicious image size request %d x %d\n",
width, height);
ref ();
return this;