diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-10-31 17:12:32 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-10-31 17:12:32 +0000 |
| commit | 06feb69276c45157af7e9e5bbbf56d74cd77ebfe (patch) | |
| tree | 37ecc1eaddecc275f7ade6c572f5fccf4cc93662 /sys/boot/common/boot.c | |
| parent | 1f2edded90ef42f5fb66b9d2a0b5c790c9f2b69a (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/boot.c')
| -rw-r--r-- | sys/boot/common/boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/boot.c b/sys/boot/common/boot.c index 872840bec203..346cbef66c3f 100644 --- a/sys/boot/common/boot.c +++ b/sys/boot/common/boot.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: boot.c,v 1.7 1998/10/14 00:41:17 peter Exp $ + * $Id: boot.c,v 1.8 1998/10/31 02:53:09 msmith Exp $ */ /* @@ -247,7 +247,7 @@ getbootfile(int try) try--; } if (spec != NULL) { - if ((ep = strchr(spec, ';')) != NULL) { + if ((ep = strchr(spec, ',')) != NULL) { len = ep - spec; } else { len = strlen(spec); |
