X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable-casereader.c;h=485014dc81a20eac816f91ed34435033d2910676;hb=d3fef25674baf4f4e25502f257c680b5090535c6;hp=a6a370f1bd7a41af5ef6de75fe0893aaa4637fd4;hpb=f1db96caae465cb7daaf6efbe69ae17069ea1198;p=pspp diff --git a/src/output/table-casereader.c b/src/output/table-casereader.c index a6a370f1bd..485014dc81 100644 --- a/src/output/table-casereader.c +++ b/src/output/table-casereader.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2009, 2011, 2013 Free Software Foundation, Inc. + Copyright (C) 2009, 2011, 2013, 2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -114,6 +114,7 @@ table_casereader_get_cell (const struct table *t, int x, int y, 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) { if (y == 0)