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

Comparing ray/src/px/psign.c (file contents):
Revision 2.26 by greg, Mon Jan 1 03:03:32 2007 UTC vs.
Revision 2.27 by greg, Fri May 20 02:06:39 2011 UTC

# Line 218 | Line 218 | makemap(void)                  /* create the bit map */
218          if (ysiz % SSS)
219                  ysiz += SSS - ysiz%SSS;
220          xdim = (xsiz+7)/8;
221 <        ourbitmap = (BYTE *)bmalloc(ysiz*xdim);
221 >        ourbitmap = (uby8 *)bmalloc(ysiz*xdim);
222          if (ourbitmap == NULL)
223                  error(SYSTEM, "Out of memory in makemap");
224          memset((char *)ourbitmap, '\0', ysiz*xdim);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines