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

Comparing ray/src/util/rad.c (file contents):
Revision 2.78 by greg, Fri Sep 17 21:43:50 2004 UTC vs.
Revision 2.79 by greg, Mon Oct 4 04:42:33 2004 UTC

# Line 1315 | Line 1315 | rpict(                         /* run rpict and pfilt for each view */
1315                                          zopt, oct1name, rawfile);
1316                          if (pfile != NULL && inchild()) {
1317                                                  /* rpict persistent mode */
1318 <                                if (!silent)
1318 >                                if (!silent) {
1319                                          printf("\t%s\n", combuf);
1320 +                                        fflush(stdout);
1321 +                                }
1322                                  sprintf(combuf, "rpict%s %s %s%s%s %s > %s",
1323                                                  rep, rppopt, res, po, opts,
1324                                                  oct1name, rawfile);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines