aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-03 14:10:19 +0100
committerSebastian Geerken <devnull@localhost>2015-01-03 14:10:19 +0100
commiteba615f8984b86bd6c1bce6fbadb8be58c39664a (patch)
tree51b904469d5d71cdf51dfa7d8ab7d9911312e8e6
parentdd13476e56f8e629ef5510920f09bc0d54c421be (diff)
Floats/extremes: fixed RTFL message.
-rw-r--r--dw/outofflowmgr.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/outofflowmgr.cc b/dw/outofflowmgr.cc
index 2f7a4243..e4e7706b 100644
--- a/dw/outofflowmgr.cc
+++ b/dw/outofflowmgr.cc
@@ -1915,8 +1915,8 @@ void OutOfFlowMgr::getFloatsExtremes (Extremes *cbExtr, Side side,
+ max (containingBlockAllocation.width - gba->width, 0));
}
- DBG_OBJ_MSGF ("resize.oofm", 1, "%d + %d / %d => %d * %d",
- x, extr.minWidth, extr.maxWidth, *minWidth, *maxWidth);
+ DBG_OBJ_MSGF ("resize.oofm", 1, "%d / %d => %d / %d",
+ extr.minWidth, extr.maxWidth, *minWidth, *maxWidth);
} else
DBG_OBJ_MSG ("resize.oofm", 1, "not allocated");
}