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

Comparing ray/src/rt/raycalls.c (file contents):
Revision 2.17 by greg, Sat Dec 12 05:20:10 2009 UTC vs.
Revision 2.18 by greg, Sun Sep 26 15:51:15 2010 UTC

# Line 215 | Line 215 | ray_done(              /* free ray-tracing data */
215          }
216          if (nobjects > 0) {
217                  sprintf(errmsg, "%ld objects left after call to ray_done()",
218 <                                nobjects);
218 >                                (long)nobjects);
219                  error(WARNING, errmsg);
220          }
221   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines