X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=dump2.c;h=740cbbedaa449e3a505f09ff30b02de0cca73d9d;hb=b0ea6e3d2705778be5e6ff8d079c72278d06b7b7;hp=15670ecf4bb7c8de1ba8986290fa0fde8f53046f;hpb=30801cdf055bb004cc722d9801e0c67df66d6fd8;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();