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.22 by greg, Thu Jul 3 15:00:19 2003 UTC vs.
Revision 2.23 by schorsch, Mon Jul 21 22:30:19 2003 UTC

# Line 114 | Line 114 | char  *dname;
114          id = octname!=NULL ? octname : progname;
115                                                  /* check device table */
116          for (i = 0; devtable[i].name; i++)
117 <                if (!strcmp(dname, devtable[i].name))
117 >                if (!strcmp(dname, devtable[i].name)) {
118                          if ((dev = (*devtable[i].init)(dname, id)) == NULL) {
119                                  sprintf(errmsg, "cannot initialize %s", dname);
120                                  error(USER, errmsg);
121                          } else
122                                  return;
123 +                }
124                                                  /* not there, try exec */
125          if ((dev = comm_init(dname, id)) == NULL) {
126                  sprintf(errmsg, "cannot start device \"%s\"", dname);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines