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

Comparing ray/src/common/objset.c (file contents):
Revision 2.13 by schorsch, Mon Jul 21 22:30:17 2003 UTC vs.
Revision 2.14 by greg, Mon Oct 20 15:10:18 2003 UTC

# Line 230 | Line 230 | tryagain:
230          return(ot);
231   memerr:
232          error(SYSTEM, "out of memory in fullnode");
233 <        return NULL; /* pro forma return */
233 >        return 0; /* pro forma return */
234   }
235  
236  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines