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

Comparing ray/src/rt/persist.c (file contents):
Revision 2.23 by gregl, Tue Nov 11 20:29:25 1997 UTC vs.
Revision 2.24 by gregl, Mon Nov 24 15:13:33 1997 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1996 Regents of the University of California */
1 > /* Copyright (c) 1997 Silicon Graphics, Inc. */
2  
3   #ifndef lint
4 < static char SCCSid[] = "$SunId$ LBL";
4 > static char SCCSid[] = "$SunId$ SGI";
5   #endif
6  
7   /*
# Line 269 | Line 269 | io_process()           /* just act as go-between for actual pro
269                                  close(fderr);
270                                  /* close(2);    don't close stderr! */
271                                  fderr = -1;
272 <                        } else
272 >                        } else {
273                                  cp[nr] = '\0';  /* deduce status if we can */
274                                  n = strlen(progname);
275                                  if (!strncmp(cp, progname, n) &&
# Line 290 | Line 290 | io_process()           /* just act as go-between for actual pro
290                                                  goto writerr;
291                                          cp += n;
292                                  } while ((nr -= n) > 0);
293 +                        }
294                  }
295                                                  /* renderer stdout */
296                  if (fdout >= 0 && (FD_ISSET(fdout, &readfds) ||

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines