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

Comparing ray/src/ot/cvmesh.c (file contents):
Revision 2.10 by greg, Thu Nov 25 14:45:38 2004 UTC vs.
Revision 2.11 by greg, Fri Feb 18 19:00:43 2011 UTC

# Line 218 | Line 218 | cvtri(
218                  fop = objptr(fobj);
219                  fop->omod = mo;
220                  fop->otype = OBJ_FACE;
221 <                sprintf(buf, "t%ld", fobj);
221 >                sprintf(buf, "t%ld", (long)fobj);
222                  fop->oname = savqstr(buf);
223                  fop->oargs.nfargs = 9;
224                  fop->oargs.farg = (RREAL *)malloc(9*sizeof(RREAL));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines