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

Comparing ray/src/gen/replmarks.c (file contents):
Revision 2.9 by schorsch, Sun Nov 16 10:29:38 2003 UTC vs.
Revision 2.10 by greg, Fri Jan 2 17:11:40 2004 UTC

# Line 241 | Line 241 | replace(               /* replace marker */
241  
242          buf[0] = '\0';                  /* bug fix thanks to schorsch */
243          if (m->doxform) {
244 <                sprintf(buf, "xform -e -n %s", mark);
244 >                sprintf(buf, "xform -n %s", mark);
245                  if (m->modout != NULL)
246                          sprintf(buf+strlen(buf), " -m %s", m->modout);
247                  if (buildxf(buf+strlen(buf), m->mscale, fin) < 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines