diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-13 02:45:11 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-13 02:45:11 +0000 |
| commit | 7f562b667397bcfa8c3b88267e85efc5eaaf0fdc (patch) | |
| tree | 2bbe1dfc19456982320c6416bdba4c3a3aa9d52a /sys/boot/common/boot.c | |
| parent | 583b504e4380b454273cda041ec377dd3c681b3f (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/boot.c')
| -rw-r--r-- | sys/boot/common/boot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/common/boot.c b/sys/boot/common/boot.c index e4d0583f540d..dfd400ce4b9f 100644 --- a/sys/boot/common/boot.c +++ b/sys/boot/common/boot.c @@ -249,6 +249,8 @@ getbootfile(int try) while ((try > 0) && (spec != NULL)) { spec = strchr(spec, ';'); + if (spec) + spec++; /* skip over the leading ';' */ try--; } if (spec != NULL) { |
