Quell a warning when a partition starts at sector zero.

This is perfectly legitimate on mvme68k.
This commit is contained in:
scw 2002-06-05 08:50:09 +00:00
parent 3bd8775b6d
commit 276ff16bb9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.1 2002/03/24 22:04:05 scw Exp $ */
/* $NetBSD: md.c,v 1.2 2002/06/05 08:50:09 scw Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -198,7 +198,7 @@ md_check_partitions(void)
if (last < A)
last = part;
} else {
if (start >= bsdlabel[part].pi_offset) {
if (start > bsdlabel[part].pi_offset) {
msg_display(MSG_ordering, part+'a');
process_menu(MENU_yesno);
if (yesno)