| # | 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' || | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |