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

Comparing ray/src/util/rcrop.c (file contents):
Revision 1.2 by greg, Tue Mar 15 01:40:17 2022 UTC vs.
Revision 1.3 by greg, Tue Mar 15 01:44:27 2022 UTC

# Line 91 | Line 91 | readerr:
91   static int
92   binary_copyf(FILE *fp, int asize)
93   {
94 <        const int       skip_thresh = 1024;
94 >        const int       skip_thresh = 8192;
95          const size_t    elsiz = asize*ncomp;
96          const int       width = scanlen(&res);
97          const long      skip_len = (width-ncols)*elsiz;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines