Rewrite expression code.
[pspp-builds.git] / src / html.c
index 037905ea08355c164ccfa634e35a39dc456b2948..608de8a2d9c2f2ebc487a0cb4b39394d18f2792e 100644 (file)
@@ -509,7 +509,7 @@ output_tab_table (struct outp_driver *this, struct tab_table *t)
        fputs ("  <TR>\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;