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.8 by greg, Mon Jan 8 13:37:54 1990 UTC vs.
Revision 1.9 by greg, Mon Jan 8 15:07:31 1990 UTC

# Line 86 | Line 86 | char   *dname, *id;
86          fflush(devout);
87          if (getw(devin) != COM_RECVM)
88                  return(NULL);
89 +        fread(&comm_driver.pixaspect, sizeof(comm_driver.pixaspect), 1, devin);
90          comm_driver.xsiz = getw(devin);
91          comm_driver.ysiz = getw(devin);
91        fread(comm_driver.pixaspect, sizeof(comm_driver.pixaspect), 1, devin);
92                                                  /* input handling */
93          signal(SIGIO, onsigio);
94                                                  /* set error vectors */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines