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

Comparing ray/src/util/rad.c (file contents):
Revision 2.121 by greg, Wed Sep 2 18:59:26 2015 UTC vs.
Revision 2.122 by greg, Thu Oct 22 18:09:37 2015 UTC

# Line 807 | Line 807 | renderopts(                    /* set rendering options */
807          char    pmapf[256], *bw;
808  
809          if (vdef(PGMAP)) {
810 +                *op = '\0';
811                  bw = sskip2(vval(PGMAP), 2);
812                  atos(pmapf, sizeof(pmapf), vval(PGMAP));
813                  op = addarg(addarg(op, "-ap"), pmapf);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines