--- ray/src/common/font.c 1992/06/24 17:52:58 2.3 +++ ray/src/common/font.c 1992/06/24 19:01:00 2.4 @@ -204,7 +204,7 @@ int nsi; /* minimum number of spaces for indent */ } len += tab - end; } - if (tab - end > nsi) + if (nsi && tab - end > nsi) break; } len *= f->mwidth + cis; /* compute target length */