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

Comparing ray/src/cv/mgf2rad.c (file contents):
Revision 2.16 by greg, Fri Apr 14 19:03:20 1995 UTC vs.
Revision 2.17 by greg, Mon May 1 17:05:22 1995 UTC

# Line 345 | Line 345 | char   **av;
345                  op = fname + strlen(fname);
346          (void)strcpy(op, ".rad");
347                                          /* see if we need to run ies2rad */
348 <        if (access(op, 0) == -1) {
348 >        if (access(fname, 0) == -1) {
349                  (void)strcpy(combuf, "ies2rad");/* build ies2rad command */
350                  op = combuf + 7;                /* get -m option (first) */
351                  if (ac-xa0 >= 2 && !strcmp(av[xa0], "-m")) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines