Rewrite expression code.
[pspp-builds.git] / src / devind.c
index 96e3934b333becf6884a448a6f0b711ed6678181..9a712e273707b9b1959dddc12c9be8de3af7b915 100644 (file)
@@ -367,7 +367,7 @@ output_tab_table (struct outp_driver *this, struct tab_table *t)
        
        for (c = 0; c < t->nc; c++, ct++)
          {
-            struct len_string *cc;
+            struct fixed_string *cc;
             struct tab_joined_cell *j;
 
             if (*ct == TAB_EMPTY)