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

Comparing ray/src/common/error.c (file contents):
Revision 2.9 by schorsch, Thu Jul 17 09:21:29 2003 UTC vs.
Revision 2.10 by schorsch, Sun Jul 27 22:12:01 2003 UTC

# Line 28 | Line 28 | char  *emsg;
28   {
29          register struct erract  *ep;
30  
31 <        if (etype < 0 | etype >= NERRS)
31 >        if ((etype < 0) | (etype >= NERRS))
32                  return;
33          ep = erract + etype;
34          if (ep->pf != NULL) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines