From: John Darrington Date: Thu, 16 Feb 2012 17:18:12 +0000 (+0100) Subject: MEANS: Correct position of double vertical rule X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b69dc704d2263d7f57748beb569b982bb3c250a1;p=pspp MEANS: Correct position of double vertical rule --- diff --git a/src/language/stats/means.c b/src/language/stats/means.c index c859fb9e69..1d68f8b2a1 100644 --- a/src/language/stats/means.c +++ b/src/language/stats/means.c @@ -1132,7 +1132,7 @@ output_report (const struct means *cmd, int iact_idx, tab_box (t, TAL_2, TAL_2, -1, TAL_1, 0, 0, nc - 1, nr - 1); tab_hline (t, TAL_2, 0, nc - 1, heading_rows); - tab_vline (t, TAL_2, iact->n_vars, 0, nr - 1); + tab_vline (t, TAL_2, heading_columns, 0, nr - 1); for (i = 0; i < iact->n_vars; ++i) {