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

Comparing ray/src/util/rpiece.c (file contents):
Revision 2.46 by greg, Wed Aug 22 17:49:54 2007 UTC vs.
Revision 2.47 by greg, Wed Aug 22 18:46:36 2007 UTC

# Line 249 | Line 249 | init(                  /* set up output file and start rpict */
249          hres /= hmult;
250          vres /= vmult;
251          if (hres <= 0 || vres <= 0) {
252 <                fprintf(stderr, "%s: illegal resolution/subdivision\n");
252 >                fprintf(stderr, "%s: illegal resolution/subdivision\n", progname);
253                  exit(1);
254          }
255          normaspect(viewaspect(&ourview)*hmult/vmult, &pixaspect, &hres, &vres);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines