| # | Line 107 | Line 107 | main(int argc, char *argv[]) | |
|---|---|---|
| 107 | case 'n': /* number of cores */ | |
| 108 | check(2,"i"); | |
| 109 | nproc = atoi(argv[++i]); | |
| 110 | – | if (nproc < 0) |
| 111 | – | error(USER, "bad number of processes"); |
| 110 | break; | |
| 111 | case 'x': /* x resolution */ | |
| 112 | check(2,"i"); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |