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

Comparing ray/src/util/rfluxmtx.c (file contents):
Revision 2.49 by greg, Tue Dec 10 19:15:54 2019 UTC vs.
Revision 2.50 by greg, Tue Dec 10 19:18:43 2019 UTC

# Line 142 | Line 142 | oconv_command(int ac, char *av[])
142                  return(NULL);
143          if (verbose < 0) {      /* turn off warnings */
144                  strcpy(cp, "-w ");
145 <                cp += 4;
145 >                cp += 3;
146          }
147          while (ac-- > 0) {      /* copy each argument */
148                  int     len = strlen(*av);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines