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

Comparing ray/src/rt/srcskipload.c (file contents):
Revision 2.1 by greg, Fri Nov 15 20:47:42 2024 UTC vs.
Revision 2.2 by greg, Fri Dec 13 00:48:19 2024 UTC

# Line 330 | Line 330 | srcskip_getrow(int row, int *sndx, float *scorr)
330          }
331   inpclosed:
332          error(CONSISTENCY, "call to srcskip_getrow() on closed input");
333 +        return(EOF);
334   badargum:
335          error(CONSISTENCY, "bad argument in srcskip_readrow()");
336          return(EOF);    /* pro forma */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines