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.80 by schorsch, Sat Oct 23 18:55:53 2004 UTC

# Line 1145 | Line 1145 | myprintview(                   /* print out selected view */
1145          VIEW    vwr;
1146          char    buf[128];
1147          register char   *cp;
1148 + #ifdef _WIN32
1149 + /* XXX Should we allow something like this for all platforms? */
1150 + /* XXX Or is it still required at all? */
1151 + again:
1152 + #endif
1153          if (vopts == NULL)
1154                  return(-1);
1155   #ifdef _WIN32
# Line 1315 | Line 1320 | rpict(                         /* run rpict and pfilt for each view */
1320                                          zopt, oct1name, rawfile);
1321                          if (pfile != NULL && inchild()) {
1322                                                  /* rpict persistent mode */
1323 <                                if (!silent)
1323 >                                if (!silent) {
1324                                          printf("\t%s\n", combuf);
1325 +                                        fflush(stdout);
1326 +                                }
1327                                  sprintf(combuf, "rpict%s %s %s%s%s %s > %s",
1328                                                  rep, rppopt, res, po, opts,
1329                                                  oct1name, rawfile);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines