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

Comparing ray/src/px/psign.c (file contents):
Revision 2.14 by greg, Fri Jan 8 13:14:14 1993 UTC vs.
Revision 2.16 by greg, Mon Feb 28 09:25:31 1994 UTC

# Line 140 | Line 140 | unkopt:
140                                          /* convert text to bitmap */
141          maptext();
142                                          /* print header */
143 +        newheader("RADIANCE", stdout);
144          printargs(argc, argv, stdout);
145          fputformat(COLRFMT, stdout);
146          putchar('\n');
# Line 216 | Line 217 | makemap()                      /* create the bit map */
217   gettext(fp)                     /* get text from a file */
218   FILE  *fp;
219   {
219        char  *fgets();
220          char  buf[MAXLINE];
221          register LINE  *curl;
222          int  len;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines