| # | Line 372 | Line 372 | register VIEW *vp; | |
|---|---|---|
| 372 | sprintf(errmsg, "view not set - %s", err); | |
| 373 | error(COMMAND, errmsg); | |
| 374 | } else if (memcmp((char *)vp, (char *)&ourview, sizeof(VIEW))) { | |
| 375 | < | copystruct(&oldview, &ourview); |
| 376 | < | copystruct(&ourview, vp); |
| 375 | > | oldview = ourview; |
| 376 | > | ourview = *vp; |
| 377 | newimage(); | |
| 378 | } | |
| 379 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |