X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/7c27c96485a6444660d069a21fbf324afda8b3ed..e1140cde90a599542041b57a992f69d71652811d:/usr/src/cmd/troff/n7.c diff --git a/usr/src/cmd/troff/n7.c b/usr/src/cmd/troff/n7.c index 55eac201d5..efef022a1a 100644 --- a/usr/src/cmd/troff/n7.c +++ b/usr/src/cmd/troff/n7.c @@ -665,7 +665,7 @@ int x; continue; } if(j == ' '){ - storeword(i,cwidth); + storeword(i,width(i)); /* XXX */ continue; } break; @@ -699,7 +699,7 @@ g0: if(hyp > (hyptr+NHYP-1))hyp = hyptr+NHYP-1; } } - storeword(i,cwidth); + storeword(i,width(i)); /* XXX */ g1: j = (i = GETCH()) & CMASK; if(j != ' '){