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

Comparing ray/src/rt/x11.c (file contents):
Revision 1.8 by greg, Thu Mar 1 08:22:44 1990 UTC vs.
Revision 1.9 by greg, Fri Mar 2 10:08:01 1990 UTC

# Line 258 | Line 258 | static
258   x11_errout(msg)                 /* output an error message */
259   char  *msg;
260   {
261        x11_comout(msg);
261          stderr_v(msg);          /* send to stderr also! */
262 +        x11_comout(msg);
263 +        x11_flush();
264   }
265  
266  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines