-/* $OpenBSD: disklabel.c,v 1.193 2014/03/18 22:36:30 miod Exp $ */
+/* $OpenBSD: disklabel.c,v 1.194 2014/04/23 11:49:25 otto Exp $ */
/*
* Copyright (c) 1987, 1993
ending_sector = DL_GETBEND(&label);
starting_sector = DL_GETBSTART(&label);
total_sectors = DL_GETDSIZE(&label);
- memset(&label, 0, sizeof(label));
error = getasciilabel(fp, &label);
DL_SETBEND(&label, ending_sector);
DL_SETBSTART(&label, starting_sector);