| # | Line 494 | Line 494 | static char vistype[][12] = { | |
|---|---|---|
| 494 | if (viscmp(&xvi[i],&ourvis) > 0) | |
| 495 | quiterr("inadequate visuals on this screen"); | |
| 496 | /* OK, we'll use it */ | |
| 497 | < | copystruct(&ourvis, &xvi[i]); |
| 497 | > | ourvis = xvi[i]; |
| 498 | #ifdef DEBUG | |
| 499 | fprintf(stderr, "Selected visual type %s, depth %d\n", | |
| 500 | vistype[ourvis.class], ourvis.depth); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |