X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput.h;h=d79554ffb7237f7b9ced096f62855e2a82b32509;hb=d807ad29cc0d3caa4f0e04ee4b75c70a225cfeaf;hp=3309610d661d196585a0be811759f23ed8d11409;hpb=d2ec80c72483254a876b0bb86882224248110c0c;p=pspp-builds.git diff --git a/src/output.h b/src/output.h index 3309610d..d79554ff 100644 --- a/src/output.h +++ b/src/output.h @@ -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. */