restore size of fontname for compatibility with sys V (yick!)
authorDave Slattengren <slatteng@ucbvax.Berkeley.EDU>
Tue, 12 Nov 1985 05:54:40 +0000 (21:54 -0800)
committerDave Slattengren <slatteng@ucbvax.Berkeley.EDU>
Tue, 12 Nov 1985 05:54:40 +0000 (21:54 -0800)
SCCS-vsn: local/ditroff/ditroff.old.okeeffe/driver/dev.h 1.6

usr/src/local/ditroff/ditroff.old.okeeffe/driver/dev.h

index 936ff2c..f84901d 100644 (file)
@@ -25,8 +25,8 @@ struct font {         /* characteristics of a font */
        char    specfont;       /* 1 == special font */
        char    ligfont;        /* 1 == ligatures exist on this font */
        char    spare1;         /* unused for now */
        char    specfont;       /* 1 == special font */
        char    ligfont;        /* 1 == ligatures exist on this font */
        char    spare1;         /* unused for now */
-       char    namefont[3];    /* name of this font (e.g., "R" */
-       char    intname[3];     /* internal name (=number) on device, in ascii */
+       char    namefont[10];   /* name of this font (e.g., "R" */
+       char    intname[10];    /* internal name (=number) on device, in ascii */
 };
 
 /* ligatures, ORed into ligfont */
 };
 
 /* ligatures, ORed into ligfont */