work
[pspp] / src / output / render.c
index b4c22b516306b761b459d986693b09c237b32c83..23b43f21823be7b09aa11d4dac8f7e0e09408e40 100644 (file)
@@ -1523,8 +1523,8 @@ render_pager_create (const struct render_params *params,
     layer_indexes = pt->current_layer;
 
   struct table *title, *layers, *body, *caption, *footnotes;
-  pivot_output (pt, layer_indexes, &title, &layers, &body, &caption,
-                &footnotes, NULL, NULL);
+  pivot_output (pt, layer_indexes, params->printing,
+                &title, &layers, &body, &caption, &footnotes, NULL, NULL);
 
   /* Figure out the width of the body of the table.  Use this to determine the
      base scale. */