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

Comparing ray/src/common/header.c (file contents):
Revision 2.37 by greg, Wed Aug 14 19:52:39 2019 UTC vs.
Revision 2.38 by greg, Tue Sep 24 21:25:59 2019 UTC

# Line 299 | Line 299 | mycheck(                       /* check a header line for format info. */
299          struct check    *scp = (struct check *)cp;
300  
301          if (!formatval(scp->fs, s) && scp->fp != NULL)
302 <                fputs(s, scp->fp);
302 >                return(fputs(s, scp->fp));
303  
304          return(0);
305   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines