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

Comparing ray/src/rt/data.c (file contents):
Revision 2.22 by greg, Wed Jul 16 01:32:53 2003 UTC vs.
Revision 2.23 by schorsch, Mon Jul 21 22:30:19 2003 UTC

# Line 234 | Line 234 | char  *pname;
234          fclose(fp);
235          i = hash(pname);
236          pp[0].next = dtab[i];           /* link into picture list */
237 <        copystruct(&pp[1], &pp[0]);
238 <        copystruct(&pp[2], &pp[0]);
237 >        pp[1] = pp[0];
238 >        pp[2] = pp[0];
239          pp[0].type = RED;               /* differentiate RGB records */
240          pp[1].type = GRN;
241          pp[2].type = BLU;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines