diff options
Diffstat (limited to 'dw/table.cc')
-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 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 |