X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable-casereader.c;h=36f74f20c4b55c07309c102572efa3693b1da8e5;hb=259b5c32c06fd93964720f4a0e7844b5a24c55db;hp=485014dc81a20eac816f91ed34435033d2910676;hpb=d3fef25674baf4f4e25502f257c680b5090535c6;p=pspp diff --git a/src/output/table-casereader.c b/src/output/table-casereader.c index 485014dc81..36f74f20c4 100644 --- a/src/output/table-casereader.c +++ b/src/output/table-casereader.c @@ -113,7 +113,6 @@ table_casereader_get_cell (const struct table *t, int x, int y, cell->contents = &cell->inline_contents; cell->n_contents = 1; cell->inline_contents.options = TAB_RIGHT; - cell->inline_contents.table = NULL; cell->inline_contents.n_footnotes = 0; if (tc->heading != NULL) {