diff options
| author | wkj <devnull@localhost> | 2004-05-17 02:23:43 +0000 |
|---|---|---|
| committer | wkj <devnull@localhost> | 2004-05-17 02:23:43 +0000 |
| commit | 8a3cbc157981485adc947c0477dc3e4907acc9a3 (patch) | |
| tree | 349384ec94a177152ef945dcf41b9d368de5bf18 /src/cmd/tbl/tt.c | |
| parent | 1f72bc47fe416f8fa00d8cea27ee1482fba28c20 (diff) | |
| download | plan9port-8a3cbc157981485adc947c0477dc3e4907acc9a3.tar.gz plan9port-8a3cbc157981485adc947c0477dc3e4907acc9a3.zip | |
Make tbl compile silently.
Diffstat (limited to 'src/cmd/tbl/tt.c')
| -rw-r--r-- | src/cmd/tbl/tt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/tbl/tt.c b/src/cmd/tbl/tt.c index e70ab3da..96270b75 100644 --- a/src/cmd/tbl/tt.c +++ b/src/cmd/tbl/tt.c @@ -59,9 +59,9 @@ void tohcol(int ic) { if (ic == 0) - fprintf(tabout, "\\h'|0'"); + Bprint(&tabout, "\\h'|0'"); else - fprintf(tabout, "\\h'(|\\n(%2su+|\\n(%2su)/2u'", reg(ic, CLEFT), + Bprint(&tabout, "\\h'(|\\n(%2su+|\\n(%2su)/2u'", reg(ic, CLEFT), reg(ic - 1, CRIGHT)); } @@ -119,7 +119,7 @@ thish(int i, int c) return(1); if (vspen(s)) return(1); - if ((t = barent( s))) + if (t = barent( s)) return(t); return(0); } |
