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

Comparing ray/src/rt/sundev.c (file contents):
Revision 1.9 by greg, Mon Jan 8 14:55:51 1990 UTC vs.
Revision 1.10 by greg, Tue Jan 30 11:37:44 1990 UTC

# Line 172 | Line 172 | int  xmin, ymin, xmax, ymax;
172   }
173  
174  
175 < sun_comin(buf)                  /* input a string from the command line */
176 < char  *buf;
175 > sun_comin(buf, prompt)          /* input a string from the command line */
176 > char  *buf, *prompt;
177   {
178 +        if (prompt != NULL)
179 +                sun_comout(prompt);
180                                                  /* echo characters */
181          do {
182                  mygets(buf, ttyin);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines