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

Comparing ray/src/hd/rholo2l.c (file contents):
Revision 3.14 by schorsch, Mon Jun 30 14:59:12 2003 UTC vs.
Revision 3.15 by schorsch, Sun Jul 27 22:12:02 2003 UTC

# Line 191 | Line 191 | int    poll;
191                  n = read(rtpd[pn].r, (char *)rtbuf,
192                                  4*sizeof(float)*RPACKSIZ*pqlen[pn]);
193                  if (n < 0) {
194 <                        if (errno == EINTR | errno == EAGAIN)
194 >                        if ((errno == EINTR) | (errno == EAGAIN))
195                                  goto reread;
196                          error(SYSTEM, "read error in get_packets");
197                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines