| # | 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) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |