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

Comparing ray/src/px/ra_pixar.c (file contents):
Revision 2.2 by greg, Sat Feb 22 02:07:27 2003 UTC vs.
Revision 2.3 by schorsch, Mon Jun 30 14:59:12 2003 UTC

# Line 18 | Line 18 | static const char      RCSid[] = "$Id$";
18   */
19  
20   #include <stdio.h>
21 + #include <string.h>
22   #include <math.h>
23   #include  <time.h>
24  
# Line 113 | Line 114 | char                   *outfile;
114        perror("malloc");
115        exit(1);
116     }
117 <   bzero(pixar_scanline,width*sizeof(RGBAPixelType));
117 >   memset(pixar_scanline, '\0', width*sizeof(RGBAPixelType));
118  
119     PicSetForce(1);
120     PicSetPsize(width,height);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines