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.57 by greg, Tue Aug 21 17:46:09 2018 UTC vs.
Revision 2.58 by greg, Fri Feb 28 05:18:49 2020 UTC

# Line 326 | Line 326 | init(                  /* set up output file and start rpict */
326                  goto filerr;
327          dolock(outfd, F_UNLCK);
328                                          /* start rpict process */
329 +        rpd = sp_inactive;
330          if (open_process(&rpd, rpargv) <= 0) {
331                  fprintf(stderr, "%s: cannot start %s\n", progname, rpargv[0]);
332                  exit(1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines