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

Comparing ray/src/px/pcompos.c (file contents):
Revision 1.1 by greg, Thu Feb 2 10:49:23 1989 UTC vs.
Revision 1.2 by greg, Mon Jun 12 10:07:29 1989 UTC

# Line 193 | Line 193 | compos()                               /* composite pictures */
193                                  continue;
194                          if (freadcolrs(scanin+input[i].xloc,
195                                          input[i].xres, input[i].fp) < 0) {
196 <                                fprintf(stderr, "%s: read error\n",
197 <                                                input[i].name);
196 >                                fprintf(stderr, "%s: read error (y==%d)\n",
197 >                                                input[i].name,
198 >                                                y-input[i].yloc);
199                                  quit(1);
200                          }
201                          if (y >= ysiz)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines