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

Comparing ray/src/rt/rview.c (file contents):
Revision 2.20 by schorsch, Mon Jun 30 14:59:13 2003 UTC vs.
Revision 2.21 by greg, Wed Jul 2 01:15:20 2003 UTC

# Line 121 | Line 121 | char  *dname;
121                                  error(USER, errmsg);
122                          } else
123                                  return;
124 #ifndef RHAS_FORK_EXEC /* XXX otherwise we do nothing? */
124                                                  /* not there, try exec */
125          if ((dev = comm_init(dname, id)) == NULL) {
126                  sprintf(errmsg, "cannot start device \"%s\"", dname);
127                  error(USER, errmsg);
128          }
130 #endif
129   }
130  
131  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines