diff options
author | Sebastian Geerken <devnull@localhost> | 2014-07-11 20:11:57 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-07-11 20:11:57 +0200 |
commit | 5e599cf5da3484d6386baf2dca1e27fd3b0304f1 (patch) | |
tree | 810d836d583b991890816fd49ee4f77940245cbf | |
parent | a207166a14f8587104ab5eb0ada66b796ce9ccfd (diff) |
Fixed RTFL message.
-rw-r--r-- | dw/table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.cc b/dw/table.cc index a213e879..11768b72 100644 --- a/dw/table.cc +++ b/dw/table.cc @@ -1030,7 +1030,7 @@ void Table::calcExtremesSpanMulteCols (int col, int cs, DBG_OBJ_ENTER ("resize", 0, "calcExtremesSpanMulteCols", "%d, %d, ..., %s, %s", col, cs, getExtrModName (minExtrMod), - getExtrModName (minExtrMod)); + getExtrModName (maxExtrMod)); int cellMin = getExtreme (cellExtremes, minExtrMod); int cellMax = getExtreme (cellExtremes, maxExtrMod); |