ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/font.c
(Generate patch)

Comparing ray/src/common/font.c (file contents):
Revision 2.3 by greg, Wed Jun 24 17:52:58 1992 UTC vs.
Revision 2.4 by greg, Wed Jun 24 19:01:00 1992 UTC

# Line 204 | Line 204 | int  nsi;                      /* minimum number of spaces for indent */
204                                  }
205                                  len += tab - end;
206                          }
207 <                        if (tab - end > nsi)
207 >                        if (nsi && tab - end > nsi)
208                                  break;
209                  }
210                  len *= f->mwidth + cis;         /* compute target length */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines