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

Comparing ray/src/util/ranimate.c (file contents):
Revision 2.27 by gwlarson, Wed Jun 3 16:37:51 1998 UTC vs.
Revision 2.28 by gwlarson, Mon Jul 6 18:17:39 1998 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1996 Regents of the University of California */
1 > /* Copyright (c) 1998 Silicon Graphics, Inc. */
2  
3   #ifndef lint
4 < static char SCCSid[] = "$SunId$ LBL";
4 > static char SCCSid[] = "$SunId$ SGI";
5   #endif
6  
7   /*
# Line 474 | Line 474 | char   *rfargs;
474                  sprintf(cp, ")[ \t]*=' > %s/radset.var", vval(DIRECTORY));
475                  cp += 11;               /* point to file name */
476          }
477 <        if (system(combuf)) {
478 <                fprintf(stderr, "%s: error executing rad command:\n\t%s\n",
479 <                                progname, combuf);
480 <                quit(1);
481 <        }
477 >        system(combuf);                 /* ignore exit code */
478          if (pippt == NULL) {            /* load variables and remove file */
479                  loadvars(cp);
480                  unlink(cp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines