pivot-output: Really fix formatting of the corner cell.
[pspp] / src / output / pivot-output.c
index 44a044b8b0ff3bbc67b321d222aa3d04065f911d..7d5ee7a9fcf5888ddb01cbf438fd00f177a4e9e4 100644 (file)
@@ -289,7 +289,7 @@ compose_headings (struct table *t,
       if (d->root->show_label_in_corner && a_ofs > 0)
         {
           int bb[TABLE_N_AXES][2];
-          bb[a][0] = a_ofs - 1;
+          bb[a][0] = 0;
           bb[a][1] = a_ofs - 1;
           bb[b][0] = bottom_row - d->label_depth + 1;
           bb[b][1] = bottom_row;