diff options
Diffstat (limited to 'chkspawn.c')
| -rw-r--r-- | chkspawn.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -22,8 +22,8 @@ void main() | |||
| 22 | _exit(1); | 22 | _exit(1); |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | if (auto_spawn > 255) { | 25 | if (auto_spawn > 65000) { |
| 26 | substdio_puts(subfderr,"Oops. You have set conf-spawn higher than 255.\n"); | 26 | substdio_puts(subfderr,"Oops. You have set conf-spawn higher than 65000.\n"); |
| 27 | substdio_flush(subfderr); | 27 | substdio_flush(subfderr); |
| 28 | _exit(1); | 28 | _exit(1); |
| 29 | } | 29 | } |
