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

Comparing ray/src/common/process.c (file contents):
Revision 2.9 by greg, Fri Feb 28 05:18:49 2020 UTC vs.
Revision 2.10 by greg, Fri Apr 3 17:06:16 2020 UTC

# Line 28 | Line 28 | process(               /* process data through pd */
28          int     nbr, int nbs
29   )
30   {
31        if (nbs > PIPE_BUF)
32                return(-1);
31          if (!(pd->flags & PF_RUNNING))
32                  return(-1);
33          if (writebuf(pd->w, sendbuf, nbs) < nbs)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines