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

Comparing ray/src/px/ra_pict.c (file contents):
Revision 2.12 by greg, Fri Jul 19 17:37:56 2019 UTC vs.
Revision 2.13 by greg, Sat Mar 5 17:30:38 2022 UTC

# Line 320 | Line 320 | getrow(
320          int xsize
321   )
322   {
323 <    extern char *tempbuffer();          /* defined in color.c */
324 <    COLR    *scanin = NULL;
323 >     COLR    *scanin = NULL;
324      int     x;
325  
326      if ((scanin = (COLR *)tempbuffer(xsize*sizeof(COLR))) == NULL) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines