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

Comparing ray/src/rt/rpmain.c (file contents):
Revision 2.12 by greg, Wed Apr 5 06:22:57 2006 UTC vs.
Revision 2.13 by greg, Thu Sep 13 20:02:11 2007 UTC

# Line 317 | Line 317 | main(int  argc, char  *argv[])
317                                  pflock(1);
318                                  pfhold();
319                                  tstart = time((time_t *)NULL);
320 +                                ambsync();              /* load new values */
321                          }
322                          if (rval < 0)
323                                  error(SYSTEM, "cannot fork child for persist function");
324 <                        pfdetach();             /* parent exits */
324 >                        pfdetach();             /* parent will run then exit */
325                  }
326          }
327   runagain:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines