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

Comparing ray/src/px/ra_gif.c (file contents):
Revision 2.2 by greg, Tue May 3 10:06:32 1994 UTC vs.
Revision 2.3 by greg, Fri May 20 11:44:19 1994 UTC

# Line 155 | Line 155 | int  y;
155                  if (freadcolrs(scanln, xmax, stdin) < 0) {
156                          fprintf(stderr, "%s: error reading picture (y==%d)\n",
157                                          progname, ymax-1-y);
158 +                        exit(1);
159                  }
160          while (++currow < y);
161          if (bradj)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines