MEANS: Correct position of double vertical rule
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 16 Feb 2012 17:18:12 +0000 (18:18 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 16 Feb 2012 17:18:12 +0000 (18:18 +0100)
src/language/stats/means.c

index c859fb9e695e440af0d60cc0c221ce538f1cd39e..1d68f8b2a1297a5a2e47a23a86f533afc4645f4c 100644 (file)
@@ -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)
     {