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

Comparing ray/src/util/rtcontrib.c (file contents):
Revision 1.49 by greg, Fri Apr 18 18:06:29 2008 UTC vs.
Revision 1.50 by greg, Thu May 1 16:42:06 2008 UTC

# Line 1218 | Line 1218 | myclose(const LUENT *e, void *p)
1218          STREAMOUT       *sop = (STREAMOUT *)e->data;
1219          
1220          if (sop->ofp == NULL)
1221 <                return;
1221 >                return(0);
1222          fclose(sop->ofp);
1223          sop->ofp = NULL;
1224 +        return(0);
1225   }
1226  
1227   /* load previously accumulated values */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines