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

Comparing ray/src/px/pinterp.c (file contents):
Revision 2.51 by greg, Mon Nov 20 21:44:29 2023 UTC vs.
Revision 2.52 by greg, Tue Jun 11 17:23:25 2024 UTC

# Line 1246 | Line 1246 | clearqueue(void)                               /* process queue */
1246          }
1247                                          /* mark end and get results */
1248          memset((char *)fbp, '\0', 6*sizeof(float));
1249 <        if (process(&PDesc, (char *)fbuf, (char *)fbuf,
1249 >        if (process(&PDesc, fbuf, fbuf,
1250                          4*sizeof(float)*(queuesiz+1),
1251                          6*sizeof(float)*(queuesiz+1)) !=
1252                          4*sizeof(float)*(queuesiz+1)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines