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.17 by greg, Wed Mar 21 09:46:55 1990 UTC vs.
Revision 1.18 by greg, Thu May 3 13:17:41 1990 UTC

# Line 168 | Line 168 | char   *str;
168   {
169          putc(COM_COMOUT, devout);
170          myputs(str, devout);
171 +        if (str[strlen(str)-1] == '\n')
172 +                fflush(devout);
173   }
174  
175  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines