aboutsummaryrefslogtreecommitdiff
path: root/dw/table.cc
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2009-01-17 18:47:53 +0000
committerJeremy Henty <onepoint@starurchin.org>2009-01-17 18:47:53 +0000
commit653b8b296272c89dd00eb5140164cb23cd494349 (patch)
tree826f474a3a3fe9af5ff172fcdc92bd2ce1e671a8 /dw/table.cc
parentd35e0f6acdb73c04203ba7d6b7e8661ce054d944 (diff)
imported patch fix-table-dbg-build
Diffstat (limited to 'dw/table.cc')
-rw-r--r--dw/table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.cc b/dw/table.cc
index 456b7d81..b5e6f192 100644
--- a/dw/table.cc
+++ b/dw/table.cc
@@ -947,7 +947,7 @@ void Table::apportion_percentages2(int totalWidth, int forceTotalWidth)
#ifdef DBG
MSG("APP_P, result = { ");
for (int col = 0; col < numCols; col++)
- MSG("%d ", result->get(col));
+ MSG("%d ", colWidths->get(col));
MSG("}\n");
#endif