Rewrite expression code.
[pspp-builds.git] / src / output.h
index 3309610d661d196585a0be811759f23ed8d11409..d79554ffb7237f7b9ced096f62855e2a82b32509 100644 (file)
@@ -104,7 +104,7 @@ struct outp_text
   {
     /* Public. */
     int options;               /* What is specified. */
-    struct len_string s;       /* String. */
+    struct fixed_string s;     /* String. */
     int h, v;                  /* Horizontal, vertical size. */
     int x, y;                  /* Position. */