Added result_class parameter to tab_double and updated all callers. Removed tab_fixed
[pspp] / src / language / stats / descriptives.c
index beb5ec0b4182bd4fd48eef0f610f29b4d34129ce..1ffe861552b6aaae990816bb08097a2e4db7f617 100644 (file)
@@ -1044,7 +1044,7 @@ display (struct dsc_proc *dsc)
 
       for (j = 0; j < DSC_N_STATS; j++)
        if (dsc->show_stats & (1ul << j))
-         tab_double (t, nc++, i + 1, TAB_NONE, dv->stats[j], NULL);
+         tab_double (t, nc++, i + 1, TAB_NONE, dv->stats[j], NULL, RC_OTHER);
     }
 
   tab_title (t, _("Valid cases = %.*g; cases with missing value(s) = %.*g."),