FORMAT
[pspp] / src / language / stats / ctables.c
index 5393c1b838b5343bc4eb71433c0246c130d26eac..f8c3f89f0d33f9688652f19c973d9f6ca1d03d3a 100644 (file)
@@ -4788,6 +4788,7 @@ ctables_table_output (struct ctables *ct, struct ctables_table *t)
                   value = pivot_value_new_number (d);
                   value->numeric.format = format;
                 }
+              /* XXX should text values be right-justified? */
               pivot_table_put (pt, dindexes, n_dindexes, value);
             }
         }