X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=dump2.c;h=740cbbedaa449e3a505f09ff30b02de0cca73d9d;hb=1713de7bb9768a933a7974a3713586a63f53d638;hp=15670ecf4bb7c8de1ba8986290fa0fde8f53046f;hpb=f926879f4be2b8eca78860e22f00d1001b91c175;p=pspp diff --git a/dump2.c b/dump2.c index 15670ecf4b..740cbbedaa 100644 --- a/dump2.c +++ b/dump2.c @@ -217,7 +217,8 @@ dump_source(int end, int count, int n_series, const char *name) int n_sysmis = 0; for (int i = 0; i < n_series; i++) { - printf (" series %d: \"%s\"\n ", i, get_fixed_string(288)); + printf (" series %d: \"%s\", %d values:\n ", + i, get_fixed_string(288), count); for (int i = 0; i < count; i++) { double d = get_double();