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

Comparing ray/src/px/ra_t16.c (file contents):
Revision 1.9 by greg, Sat Oct 20 11:49:02 1990 UTC vs.
Revision 1.10 by greg, Wed Dec 12 14:40:07 1990 UTC

# Line 300 | Line 300 | struct hdStruct  *hp;
300                          register unsigned char  *dp;
301                          dp = (unsigned char *)tarData + j*3*hp->x;
302                          for (i = 0; i < hp->x; i++) {
303                                *dp++ = inl[i][RED];
304                                *dp++ = inl[i][GRN];
303                                  *dp++ = inl[i][BLU];
304 +                                *dp++ = inl[i][GRN];
305 +                                *dp++ = inl[i][RED];
306                          }
307                  }
308          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines