| # | Line 201 | Line 201 | main(int argc, char *argv[]) | |
|---|---|---|
| 201 | return feature_status(argc-2, argv+2); | |
| 202 | #if defined(_WIN32) || defined(_WIN64) /* increase file limit to maximum */ | |
| 203 | for (i = 8192; i > _IOB_ENTRIES; i >>= 1) | |
| 204 | < | if (_setmaxstdio(i) == 0) |
| 204 | > | if (_setmaxstdio(i) == i) |
| 205 | break; | |
| 206 | #endif | |
| 207 | /* initialize calcomp routines early */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |