From owner-cvs-all Wed Jun 5 1:11:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A0DE37B40A; Wed, 5 Jun 2002 01:11:28 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g558BSK11843; Wed, 5 Jun 2002 01:11:28 -0700 (PDT) (envelope-from iedowse) Message-Id: <200206050811.g558BSK11843@freefall.freebsd.org> From: Ian Dowse Date: Wed, 5 Jun 2002 01:11:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/06/05 01:11:28 PDT Modified files: sbin/disklabel disklabel.c Log: Oops, unbreak parsing of the `type' field in getasciilabel(). I had changed a `goto' to a `continue' in revision 1.52, but it continued the wrong loop. Noticed by: bde Revision Changes Path 1.55 +3 -1 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message