From 12da65ee2e441c947e45e1606dc72516a24b0b9d Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 21 Sep 2005 12:27:23 +0000 Subject: [PATCH] Don't clear part table --- drivers/at_wini/at_wini.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/at_wini/at_wini.c b/drivers/at_wini/at_wini.c index 3329dbf58..969b43625 100644 --- a/drivers/at_wini/at_wini.c +++ b/drivers/at_wini/at_wini.c @@ -541,8 +541,6 @@ message *m_ptr; #endif /* Partition the disk. */ - memset(wn->part, sizeof(wn->part), 0); - memset(wn->subpart, sizeof(wn->subpart), 0); partition(&w_dtab, w_drive * DEV_PER_DRIVE, P_PRIMARY, wn->state & ATAPI); } wn->open_ct++;