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.9 by greg, Thu Apr 14 04:44:43 1994 UTC vs.
Revision 2.10 by greg, Thu May 25 15:14:03 1995 UTC

# Line 158 | Line 158 | register FONT  *f;             /* font */
158                  if (f->fg[*tp++&0xff] == NULL)
159                          *sp++ = 0;
160                  else
161 <                        linelen += *sp++ = 256;
161 >                        linelen += *sp++ = 255;
162          return(linelen);
163   }
164  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines