psppire-output-view: Avoid doubling output when exporting or printing.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 1 May 2021 23:39:15 +0000 (16:39 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 1 May 2021 23:39:15 +0000 (16:39 -0700)
Outputting a group outputs its contents, but the code here was also
separately outputing the contents, which effectively doubled it.  (PSPP
doesn't currently use nested groups but these would have led to additional
copies.)

This fixes the problem by only printing items that aren't nested inside
any group.

Bug #60464.
Thanks to John Darrington for reporting this bug.


No differences found