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

Comparing ray/src/common/readobj.c (file contents):
Revision 2.11 by greg, Tue Mar 11 19:29:04 2003 UTC vs.
Revision 2.12 by greg, Tue May 13 17:58:32 2003 UTC

# Line 179 | Line 179 | OBJECT  firstobj, nobjs;
179                  free_os(o);             /* free client memory */
180                  freeqstr(o->oname);
181                  freefargs(&o->oargs);
182 <                bzero(o, sizeof(OBJREC));
182 >                bzero((void *)o, sizeof(OBJREC));
183          }
184          clearobjndx();
185                                          /* free objects off end */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines