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.22 by greg, Thu Jul 3 15:00:19 2003 UTC

# Line 12 | Line 12 | static const char      RCSid[] = "$Id$";
12   #include  <signal.h>
13   #include  <ctype.h>
14  
15 #include  "platform.h"
15   #include  "ray.h"
16   #include  "rpaint.h"
17  
# Line 121 | Line 120 | char  *dname;
120                                  error(USER, errmsg);
121                          } else
122                                  return;
124 #ifndef RHAS_FORK_EXEC /* XXX otherwise we do nothing? */
123                                                  /* not there, try exec */
124          if ((dev = comm_init(dname, id)) == NULL) {
125                  sprintf(errmsg, "cannot start device \"%s\"", dname);
126                  error(USER, errmsg);
127          }
130 #endif
128   }
129  
130  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines