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.14 by greg, Thu Jul 15 18:32:57 1993 UTC vs.
Revision 2.15 by greg, Fri Jul 16 12:41:21 1993 UTC

# Line 804 | Line 804 | char   *ro;
804                  fd = open(vval(OPTFILE), O_WRONLY|O_CREAT|O_TRUNC, 0666);
805                  if (fd < 0 || write(fd, ro, n) != n || close(fd) < 0)
806                          syserr(vval(OPTFILE));
807 <                sprintf(ro, " \"^%s\"", vval(OPTFILE));
807 >                sprintf(ro, " @%s", vval(OPTFILE));
808          }
809   #ifdef MSDOS
810          else if (n > 50) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines