remove ZeroMemory - not needed anymore since GetLogicalDriveStrings is fixed
authorChristoph von Wittich <christoph_vw@reactos.org>
Sun, 29 Jul 2007 18:03:41 +0000 (18:03 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Sun, 29 Jul 2007 18:03:41 +0000 (18:03 +0000)
svn path=/trunk/; revision=28015

reactos/dll/cpl/sysdm/virtmem.c

index dcbf1e8..38b8181 100644 (file)
@@ -98,7 +98,6 @@ ParseMemSettings(PVIRTMEM pVirtMem)
     INT DriveLen;
     INT PgCnt = 0;
 
-    ZeroMemory(szDrives, sizeof(szDrives));
     DriveLen = GetLogicalDriveStrings(1023,
                                       szDrives);