tests pass (except render)
[pspp] / src / output / pivot-output.c
index 8c1aacc0a7ce8867871989516e0d01706f45db4c..a1fba1a3baf5ef5211cb5ebd7e5630ba244ba9be 100644 (file)
@@ -583,7 +583,7 @@ pivot_output (const struct pivot_table *pt,
           struct pivot_value *value = pivot_value_new_user_text_nocopy (
             ds_steal_cstr (&s));
 
-          fill_cell (layers, 0, i, 0, i,
+          fill_cell (footnotes, 0, i, 0, i,
                      &pt->look->areas[PIVOT_AREA_FOOTER], PIVOT_AREA_FOOTER,
                      value, pt->show_values, pt->show_variables, false);
         }