Remove (accidently) duplicated code - pointed out by coverity scan.

This commit is contained in:
martin 2014-08-19 06:49:21 +00:00
parent eee31b641f
commit 36f4a5867f
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mbr.c,v 1.2 2014/08/03 16:09:38 martin Exp $ */
/* $NetBSD: mbr.c,v 1.3 2014/08/19 06:49:21 martin Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -1148,8 +1148,7 @@ set_mbr_label(menudesc *m, int opt, void *arg)
#ifdef BOOTSEL
if (mbri->mbrb.mbrbs_nametab[opt][0] != 0) {
int x, y;
if (opt >= MBR_PART_COUNT)
opt = 0;
getyx(m->mw, y, x);
if (x > 52) {
x = 52;