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

Comparing ray/src/px/ra_pixar.c (file contents):
Revision 2.3 by schorsch, Mon Jun 30 14:59:12 2003 UTC vs.
Revision 2.4 by schorsch, Fri Jan 2 10:25:13 2004 UTC

# Line 161 | Line 161 | int            *h;
161        perror("open");
162        exit(1);
163     }
164 <   getheader(radiance_fp,NULL);
164 >   getheader(radiance_fp,NULL,NULL);
165     if (fgetresolu(w, h, radiance_fp) < 0)
166     {
167        fprintf(stderr,"bad RADIANCE format\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines