X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdescript.q;h=3e5c6a4e427a16be5e2886a2d1956468a0cc3db6;hb=14e7292894533c5491a774a2d749386362660812;hp=72d5bba4bc35834932b3aa1706a38df2da12c419;hpb=458f79fdf6fbd044cbfc4831b184280a82cf8d81;p=pspp-builds.git diff --git a/src/descript.q b/src/descript.q index 72d5bba4..3e5c6a4e 100644 --- a/src/descript.q +++ b/src/descript.q @@ -288,7 +288,7 @@ cmd_descriptives (void) /* Data pass! */ bad_weight = 0; - procedure (precalc, calc, postcalc, NULL); + procedure_with_splits (precalc, calc, postcalc, NULL); if (bad_weight) msg (SW, _("At least one case in the data file had a weight value "