BSD 3 development
[unix-history] / usr / src / cmd / tbl / t8.c
index 5f837c0..e868dd8 100644 (file)
@@ -68,7 +68,7 @@ for(c=0; c<ncol; c++)
        {
        s = table[nl][c].col;
        if (s==0) continue;
        {
        s = table[nl][c].col;
        if (s==0) continue;
-       chfont |= (font[stynum[nl]][c]);
+       chfont |= (int)(font[stynum[nl]][c]);
        if (point(s) ) continue;
        lf=prev(nl);
        if (lf>=0 && vspen(table[lf][c].col))
        if (point(s) ) continue;
        lf=prev(nl);
        if (lf>=0 && vspen(table[lf][c].col))