| # | Line 128 | Line 128 | char **argv; | |
|---|---|---|
| 128 | case '1': | |
| 129 | singlepass = 1; | |
| 130 | break; | |
| 131 | + | case '2': |
| 132 | + | singlepass = 0; |
| 133 | + | break; |
| 134 | case 'p': | |
| 135 | npts = atoi(argv[++i]) / 2; | |
| 136 | break; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |