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

Comparing ray/src/rt/rv2.c (file contents):
Revision 2.1 by greg, Tue Nov 12 17:09:52 1991 UTC vs.
Revision 2.2 by greg, Thu Nov 21 10:10:30 1991 UTC

# Line 341 | Line 341 | register union {int i; double d; COLOR C;}  *ptr;
341          case 'b':                       /* boolean */
342                  if (sscanf(str, "%1s", buf) != 1) {
343                          (*dev->comout)(dsc);
344 <                        sprintf(buf, " (%c): ", ptr->i ? 'y' : 'n');
344 >                        sprintf(buf, "? (%c): ", ptr->i ? 'y' : 'n');
345                          (*dev->comout)(buf);
346                          (*dev->comin)(buf, NULL);
347                          if (buf[0] == '\0' ||

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines