X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fhtml.c;h=608de8a2d9c2f2ebc487a0cb4b39394d18f2792e;hb=d807ad29cc0d3caa4f0e04ee4b75c70a225cfeaf;hp=037905ea08355c164ccfa634e35a39dc456b2948;hpb=d2ec80c72483254a876b0bb86882224248110c0c;p=pspp-builds.git diff --git a/src/html.c b/src/html.c index 037905ea..608de8a2 100644 --- a/src/html.c +++ b/src/html.c @@ -509,7 +509,7 @@ output_tab_table (struct outp_driver *this, struct tab_table *t) fputs (" \n", x->file.file); for (c = 0; c < t->nc; c++, ct++) { - struct len_string *cc; + struct fixed_string *cc; int tag; char header[128]; char *cp;