X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fhtml.c;h=608de8a2d9c2f2ebc487a0cb4b39394d18f2792e;hb=180d764e86e0f3b2fd0e2bb613d790adcd5aceb0;hp=037905ea08355c164ccfa634e35a39dc456b2948;hpb=2c4c4a789e9c23478bce195d2ed98bab6064dfc1;p=pspp diff --git a/src/html.c b/src/html.c index 037905ea08..608de8a2d9 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;