| # | Line 88 | Line 88 | char *argv[]; | |
|---|---|---|
| 88 | goto userr; | |
| 89 | } | |
| 90 | /* get root file name */ | |
| 91 | + | if (i >= argc) |
| 92 | + | goto userr; |
| 93 | rootname(froot, hdkfile=argv[i++]); | |
| 94 | /* load variables? */ | |
| 95 | if (i < argc) | |
| # | Line 489 | Line 491 | PACKET *pl; | |
| 491 | p->next = freepacks; | |
| 492 | freepacks = p; | |
| 493 | } | |
| 494 | < | if (n2flush > 512*RPACKSIZ*nprocs) { |
| 494 | > | if (n2flush > 1024*RPACKSIZ*nprocs) { |
| 495 | hdflush(NULL); /* flush holodeck buffers */ | |
| 496 | n2flush = 0; | |
| 497 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |