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

Comparing ray/src/rt/devcomm.c (file contents):
Revision 1.5 by greg, Wed Jun 7 13:22:54 1989 UTC vs.
Revision 1.6 by greg, Thu Jul 27 22:25:12 1989 UTC

# Line 55 | Line 55 | char   *argv[];
55          char    *devname;
56          int     p1[2], p2[2];
57  
58 <        if ((devname = getpath(argv[0], DEVPATH)) == NULL) {
58 >        if ((devname = getpath(argv[0], DEVPATH, 1)) == NULL) {
59                  stderr_v(argv[0]);
60                  stderr_v(": not found\n");
61                  return(NULL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines