| # | Line 116 | Line 116 | char *argv[]; | |
|---|---|---|
| 116 | goto userr; | |
| 117 | } | |
| 118 | dofiles: | |
| 119 | + | if (ysiz > 0 & ncolumns > 0) { |
| 120 | + | fprintf(stderr, "%s: -a option incompatible with -y\n", |
| 121 | + | progname); |
| 122 | + | quit(1); |
| 123 | + | } |
| 124 | for (nfile = 0; an < argc; nfile++) { | |
| 125 | if (nfile >= MAXFILE) | |
| 126 | goto toomany; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |